canton7 / canton7/Simple.Migrations

Run Missing Migrations

Open
#25 8 comments 4 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
216
Forks
23
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.