File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ Maintain a consistent migration history when conflicts occur as a result of chan
1414
1515## Features
1616
17- * Resolves migration conflicts on feature/ PR branches
18- * Resolves migration conflicts on the default branch ** (NOT RECOMMENDED)**
19- * Supports numbered migration modules i.e (` 0001_....py ` )
17+ * Resolve migration conflicts on PR branches
18+ * Resolve migration conflicts on the default branch ** (NOT RECOMMENDED)**
19+ * Supports default migration modules i.e (` 0001_....py ` )
2020* Supports named migration modules i.e (` custom_migration.py ` )
21- * Re-index all migrations using the last migration on the default branch i.e ` main ` or ` develop `
21+ * Re-nummber all migrations using the last migration on the default branch i.e ` main ` or ` develop `
2222
2323## Example
2424
You can’t perform that action at this time.
0 commit comments