-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(migrations) stop depending on the order as recorded
Migrations are recorded in the datastore and then the order in which they appear there is relevant for determining if they should run. Once something goes out-of-sync on every start/restart it will keep running migrations over and over again. From #2869
- Loading branch information
1 parent
81da4f1
commit deb1fed
Showing
2 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters