Skip to content

Releases: go-gormigrate/gormigrate

v2.1.2

18 Mar 20:27
db7575c
Compare
Choose a tag to compare

Added

  • Fix LastInsertId error in postgres driver (by @oxyno-zeta)

Changed

  • Update dependencies

v2.1.1

14 Sep 00:47
56c66f9
Compare
Choose a tag to compare

Changed

  • Update dependencies

v2.1.0

31 May 23:04
Compare
Choose a tag to compare

Changed

  • Refactor plain sql mutation statements (create, insert, delete) into native gorm methods
  • Update dependencies

v2.0.3

29 May 16:24
b765213
Compare
Choose a tag to compare
  • Upgrade dependencies

v2.0.2

29 May 23:23
Compare
Choose a tag to compare
  • Upgrade dependencies

v2.0.1

16 May 01:05
Compare
Choose a tag to compare
  • Upgrade dependencies

v2.0.0

05 Sep 20:28
Compare
Choose a tag to compare
  • Make it compatible with Gorm v2, which uses a new import path and has breaking changes on its API (#45, #46).

v.1.6.0

07 Jul 16:51
Compare
Choose a tag to compare
  • Add option to return an error if the database have unknown migrations (defaults to false) (#37).

v1.5.0

30 Apr 01:58
Compare
Choose a tag to compare
  • Fixed and written tests for transaction handling (#34, #10). Enabling transation is recommend, but only supported for databases that support DDL transactions (PostgreSQL, Microsoft SQL Server and SQLite).
  • Making the code more safe by checking more errors (#35).

v1.4.0

30 Apr 01:57
Compare
Choose a tag to compare
  • Allow an empty migration list if a InitSchema function is defined (#28).