Fix sqlite create/drop index (#379)

* Update add/drop index template for sqlite

* tests: add sqlite migrate/upgrade command test

* tests: add timeout for sqlite migrate command test

* tests: add test cases for add/drop unique field for sqlite

* fix: sqlite failed to add unique field
This commit is contained in:
Waket Zheng
2024-12-10 16:37:30 +08:00
committed by GitHub
parent c2ebe9b5e4
commit 9c81bc6036
5 changed files with 238 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
### [0.8.1](Unreleased)
#### Fixed
- sqlite: failed to create/drop index. (#302)
- PostgreSQL: Cannot drop constraint after deleting or rename FK on a model. (#378)
- Sort m2m fields before comparing them with diff. (#271)