Skip to content

Commit 72a4adb

Browse files
authored
Update README.md
1 parent 3a3ba27 commit 72a4adb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,14 @@ Using the default `--merge` option creates a new migration file which might not
8484

8585
## Solution
8686

87-
Using `django-migration-fixer` identifies changes between the default branch `main`, and the feature branch `feature/test-b` by maintaining a linear dependency as shown below:
87+
`django-migration-fixer` identifies changes between the default branch `main`, and the feature branch `feature/test-b` and maintains a linear dependency history as shown below:
88+
89+
Run
90+
91+
```bash script
92+
$ python manage.py makemigrations --fix
93+
```
94+
8895

8996
**Branch:** `feature/test-b`
9097

@@ -103,12 +110,6 @@ migrations
103110
The final migration on the default branch would be used as the base for all subsequent migrations.
104111

105112

106-
after running
107-
108-
```bash script
109-
$ python manage.py makemigrations --fix
110-
```
111-
112113

113114
## Installation
114115

0 commit comments

Comments
 (0)