Skip to content

Commit 8311e63

Browse files
authored
Update README.md
1 parent 3b1629a commit 8311e63

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ Resolve django makemigrations `multiple leaf nodes in the migration graph` by en
2121
* Supports default migration modules i.e (`0001_....py`)
2222
* Re-number all migrations using the last migration on the default branch i.e `main|master|develop` depending on your setup.
2323

24+
## Example
25+
26+
#### After merging the default branch
27+
28+
![Screen Shot 2021-07-06 at 2 21 46 PM](https://user-images.githubusercontent.com/17484350/124648930-d7e36800-de65-11eb-99a3-bf806ecfd32b.png)
29+
30+
#### After running django-migration-fixer
31+
32+
![Screen Shot 2021-07-06 at 2 22 31 PM](https://user-images.githubusercontent.com/17484350/124649105-0feaab00-de66-11eb-80f3-7987d67b361d.png)
33+
34+
### Assumptions
35+
36+
The final migration on the default branch would be used as the base for all subsequent migrations.
37+
38+
2439
## Installation
2540

2641
```bash
@@ -126,19 +141,6 @@ jobs:
126141
* [`macos-*`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
127142
* [`windows-*`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
128143

129-
## Example
130-
131-
#### After merging the default branch
132-
133-
![Screen Shot 2021-07-06 at 2 21 46 PM](https://user-images.githubusercontent.com/17484350/124648930-d7e36800-de65-11eb-99a3-bf806ecfd32b.png)
134-
135-
#### After running django-migration-fixer
136-
137-
![Screen Shot 2021-07-06 at 2 22 31 PM](https://user-images.githubusercontent.com/17484350/124649105-0feaab00-de66-11eb-80f3-7987d67b361d.png)
138-
139-
### Assumptions
140-
141-
The final migration on the default branch would be used as the base for all subsequent migrations.
142144

143145
## Found a Bug?
144146

0 commit comments

Comments
 (0)