LendingHome / zero_downtime_migrations

Zero downtime migrations with ActiveRecord 3+ and PostgreSQL
MIT License
561 stars 27 forks source link

Mixed Migrations #6

Closed kronn closed 7 years ago

kronn commented 7 years ago

I strongly disagree with the error-message of ZeroDowntimeMigrations::Validation::MixedMigration. I see the problem more with using ActiveRecord-models in migrations in the first place.

How do you determine if a migration is data-migration?

shuber commented 7 years ago