update README and CHANGELOG
This commit is contained in:
parent
e9ceaf471f
commit
fb6cc62047
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
- Use `.sql` instead of `.json` to store version file.
|
- Use `.sql` instead of `.json` to store version file.
|
||||||
- Add `rename` column support MySQL5.
|
- Add `rename` column support MySQL5.
|
||||||
|
- Remove callable detection for defaults. (#87)
|
||||||
|
|
||||||
## 0.3
|
## 0.3
|
||||||
|
|
||||||
|
@ -111,8 +111,6 @@ Format of migrate filename is
|
|||||||
|
|
||||||
And if `aerich` guess you are renaming a column, it will ask `Rename {old_column} to {new_column} [True]`, you can choice `True` to rename column without column drop, or choice `False` to drop column then create.
|
And if `aerich` guess you are renaming a column, it will ask `Rename {old_column} to {new_column} [True]`, you can choice `True` to rename column without column drop, or choice `False` to drop column then create.
|
||||||
|
|
||||||
If you use `MySQL`, only MySQL8.0+ support `rename..to` syntax.
|
|
||||||
|
|
||||||
### Upgrade to latest version
|
### Upgrade to latest version
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user