Skip to content

Releases: tortoise/aerich

v0.2.2

28 Jul 10:32
Compare
Choose a tag to compare
  • Fix postgres drop fk.
  • Fix version sort.

v0.2.1

09 Jul 06:33
Compare
Choose a tag to compare
  • Fix bug in windows.
  • Enhance PostgreSQL support.

v0.2.0

12 Jun 09:54
Compare
Choose a tag to compare
  • Update model file find method.
  • Set --safe bool.

v0.1.9

26 May 12:07
2fc43cb
Compare
Choose a tag to compare
  • Fix default_connection when upgrade
  • Find default app instead of default.
  • Diff MySQL ddl.
  • Check tortoise config.

v0.1.8

25 May 14:44
615d974
Compare
Choose a tag to compare
  • Fix upgrade error when migrate.
  • Fix init db sql error.
  • Support change column.

v0.1.7

24 May 05:49
Compare
Choose a tag to compare
  • Exclude models.Aerich.
  • Add init record when init-db.
  • Fix version num str.

v0.1.6

21 May 16:00
Compare
Choose a tag to compare
  • Fix pip install error.

v0.1.5

21 May 13:22
Compare
Choose a tag to compare
  • Add sqlite and postgres support.
  • Fix dependency import.
  • Store versions in db.

v0.1.4

19 May 05:59
Compare
Choose a tag to compare
  • Fix transaction and fields import.
  • Make unique index worked.
  • Add cli --version.