Skip to content

v0.7.0

Compare
Choose a tag to compare
@long2ice long2ice released this 23 Sep 02:37
· 115 commits to dev since this release

Now aerich use .py file to record versions.

Upgrade Note:

  1. Truncate aerich table
  2. Delete migrations/models folder
  3. Run aerich init-db
  • Improve inspectdb adding support to postgresql::numeric data type
  • Add support for dynamically load DDL classes easing to add support to
    new databases without changing Migrate class logic
  • Fix decimal field change. (#246)
  • Support add/remove field with index.