Skip to content

Commit 60cbde5

Browse files
committed
Edit README
1 parent 635c5f8 commit 60cbde5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ The workflow for this would be:
7575
* `git checkout [your main/feature branch]`
7676
* `git cherry-pick [commit-hash from 2-0-delete-migrations]`
7777
* `git cherry-pick [commit-hash from 2-0-replace-migrations]`
78+
* Edit the first remaining migration of each app. You need to replace every dependency to a deleted migration with the new replacement migration manually.
79+
* Try to migrate a fresh database.
7880

7981
Now you have all migrations prior to 2.0 removed and replaced with new migrations.
8082

0 commit comments

Comments
 (0)