fixture_builder icon indicating copy to clipboard operation
fixture_builder copied to clipboard

Add `ar_internal_metadata` table to default value of `skip_tables`

Open yujideveloper opened this issue 4 years ago • 1 comments

ar_internal_metadata table was added at Rails 5.0 (ref. rails/rails#22967) for prevent destructive action on production database. It is also created on other rails environment other than production(e.g. development/test). So, I added it to default value of skip_tables.

yujideveloper avatar Sep 12 '20 07:09 yujideveloper

@thewoolleyman What do you think this?

yujideveloper avatar Sep 25 '20 18:09 yujideveloper

Looks straightforward, I'll merge it.

If anyone notices this breaks something, give me a heads up.

thewoolleyman avatar Jul 20 '23 04:07 thewoolleyman