Fix incorrect index creation order. (#151)

This commit is contained in:
long2ice
2021-06-01 17:09:45 +08:00
parent bf1cf21324
commit 9bf2de0b9a
6 changed files with 80 additions and 83 deletions

View File

@@ -2,6 +2,10 @@
## 0.5
### 0.5.4
- Fix incorrect index creation order. (#151)
### 0.5.3
- Fix postgre alter null. (#142)