Ubuntu – Preventing ActiveRecord migration from making huge changes in db/structure.sql
When running this ActiveRecord migration on the test (not production) database, large changes in db/structure.sql appear. This is reproducible. The changes are: A small number of the expected changes based on the migration code (as desired). A large number of…