Skip to content

Commit 9e7b5d9

Browse files
authored
Update README.md
1 parent 0f70f74 commit 9e7b5d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)