jalkoby / squasher

Squasher - squash your old migrations in a single command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output table creation includes force: :cascade option

sgringwe opened this issue · comments

The outputted init migration includes force: :cascade option for all create_table calls. This is likely unwanted, since that option deletes it and all referenced tables if it already exists which would of course be quite catastrophic if accidentally run in production.

Hi - thanks for your feedback, but it's not a "should be added" feature. So if it's critical for you - feel free to make a PR. Until that I'm closing the issue