-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebase_migration: Un apply and rebase migrations in case migrations a…
…re applied. Previously, while rebasing migrations, if the migration to be rebased is already applied, it would throw out an error asking to un apply the migration before rebasing. This commit un applies the migrations and rebases them when the migrations to be rebased are already applied. This is done by first creating a --merge migration, un applying the previous migrations, removing the --merge migration, and then rebasing the existing migrations. Fixes #184
- Loading branch information
1 parent
e0b27b9
commit d537bc3
Showing
1 changed file
with
61 additions
and
5 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