zero_downtime_migrations icon indicating copy to clipboard operation
zero_downtime_migrations copied to clipboard

Add possibility to start checks after a defined version

Open giovannibenussi opened this issue 5 years ago • 1 comments

I tried to use this gem but I wasn't able because this could break migrations for other members of my team when their try to run migrations.

I ended up switching to strong_migrations because they provide support for existing migrations through the use of an initializer file in an easy way like this:

StrongMigrations.start_after = 20170101000000

I couldn't find something similar in this gem I think it would be useful to provide this kind of functionality.

giovannibenussi avatar Feb 06 '19 17:02 giovannibenussi

Related https://github.com/LendingHome/zero_downtime_migrations/issues/39

bheemreddy181-zz avatar Feb 27 '19 17:02 bheemreddy181-zz