Skip to content

Releases: tortoise/aerich

v0.5.2

25 Mar 13:25

Choose a tag to compare

  • Fix rename field on the field add. (#134)
  • Fix postgres field type change error. (#135)
  • Fix inspectdb for FloatField. (#138)
  • Support rename table. (#139)

v0.5.1

18 Mar 15:47

Choose a tag to compare

  • Fix tortoise connections not being closed properly. (#120)
  • Fix bug for field change. (#119)
  • Fix drop model in the downgrade. (#132)

v0.5.0

04 Feb 12:56

Choose a tag to compare

This version is not compatible with previous version, if upgrade to this version, you should delete all version in database and remove migrations/<app> directory, and run aerich init-db again.

  • Refactor core code, now has no limitation for everything.

v0.4.4

22 Jan 05:14
cd176c1

Choose a tag to compare

  • Fix unnecessary import. (#113)

v0.4.3

25 Dec 13:51

Choose a tag to compare

  • Replace migrations separator to sql standard comment. (Should manual update previous version files)
  • Add inspectdb command.

v0.4.2

02 Dec 15:09

Choose a tag to compare

  • Use .sql instead of .json to store version file.
  • Add rename column support MySQL5.
  • Remove callable detection for defaults. (#87)
  • Fix sqlite stuck. (#90)

v0.4.1

28 Nov 06:33

Choose a tag to compare

v0.4.0

26 Nov 15:47

Choose a tag to compare

  • Use .sql instead of .json to store version file.
  • Add rename column support MySQL5.
  • Remove callable detection for defaults. (#87)
  • Fix sqlite stuck. (#90)

v0.3.3

08 Nov 15:07

Choose a tag to compare

  • Fix encoding error. (#75)
  • Support multiple databases. (#68)
  • Compatible with models file in directory. (#70)

v0.3.2

16 Oct 08:57

Choose a tag to compare

  • Fix migrate to new database error. (#62)