Skip to content

Commit c5535f1

Browse files
committed
TODO: Add inspectdb command
1 parent 840cd71 commit c5535f1

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 0.4
44

5+
### 0.4.3
6+
7+
- Replace migrations separator to sql standard comment.
8+
- Add `inspectdb` command.
9+
510
### 0.4.2
611

712
- Use `pathlib` for path resolving. (#89)
@@ -41,10 +46,10 @@
4146
- Refactoring migrate logic, and this version is not compatible with previous version.
4247
- Now there don't need `old_models.py` and it store in database.
4348
- 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.
4853

4954
## 0.2
5055

aerich/inspectdb.py

Whitespace-only changes.

0 commit comments

Comments
 (0)