File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.4
4
4
5
+ ### 0.4.3
6
+
7
+ - Replace migrations separator to sql standard comment.
8
+ - Add ` inspectdb ` command.
9
+
5
10
### 0.4.2
6
11
7
12
- Use ` pathlib ` for path resolving. (#89 )
41
46
- Refactoring migrate logic, and this version is not compatible with previous version.
42
47
- Now there don't need ` old_models.py ` and it store in database.
43
48
- Upgrade steps:
44
- 1 . Upgrade aerich version.
45
- 2 . Drop aerich table in database.
46
- 3 . Delete ` migrations/{app} ` folder and rerun ` aerich init-db ` .
47
- 4 . Update model and ` aerich migrate ` normally.
49
+ 1 . Upgrade aerich version.
50
+ 2 . Drop aerich table in database.
51
+ 3 . Delete ` migrations/{app} ` folder and rerun ` aerich init-db ` .
52
+ 4 . Update model and ` aerich migrate ` normally.
48
53
49
54
## 0.2
50
55
You can’t perform that action at this time.
0 commit comments