You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: