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
I've just been investigating refinery as an alternative to flyway - primarily because the application is now being written in Rust and automation is a lot easier with refinery.
One problem though is that I need to migrate an existing database. I need to be able to set on the production database the current migration version so unneeded migrations aren't applied.
But I still want the full set available for testing.
For example:
. I have migrations 1,2 and 3.
. The database has already had migrations 1 and 2 applied by other tools.
. I want to run a command against the database to say "only apply migrations from 3" or similar.
The text was updated successfully, but these errors were encountered:
I've just been investigating refinery as an alternative to flyway - primarily because the application is now being written in Rust and automation is a lot easier with refinery.
One problem though is that I need to migrate an existing database. I need to be able to set on the production database the current migration version so unneeded migrations aren't applied.
But I still want the full set available for testing.
For example:
. I have migrations 1,2 and 3.
. The database has already had migrations 1 and 2 applied by other tools.
. I want to run a command against the database to say "only apply migrations from 3" or similar.
The text was updated successfully, but these errors were encountered: