You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,8 @@ The workflow for this would be:
75
75
*`git checkout [your main/feature branch]`
76
76
*`git cherry-pick [commit-hash from 2-0-delete-migrations]`
77
77
*`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.
78
80
79
81
Now you have all migrations prior to 2.0 removed and replaced with new migrations.
0 commit comments