Open
Description
Is it possible / would it be possible to allow Simple.Migrations to, when migrating to the latest version, run any migration it has not yet run. This would be useful in our scenario where we are developing as a team on various branches with our own local databases and using a timestamp to populate the version on each migration.
So if a migration gets merged into the master branch but a user has already run the migrator on their database then the migrations contained in the branch that got merged in are not run. I understand that this runs migrations out of order, but can be very useful in a team environment and when it comes time to run the migration in any deployed environment then the order is always going to be preserved.
Metadata
Metadata
Assignees
Labels
No labels