Gormigrate Versions Save

Minimalistic database migration helper for Gorm ORM

v2.1.2

1 month ago

Added

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

Changed

  • Update dependencies

v2.1.1

8 months ago

Changed

  • Update dependencies

v2.1.0

11 months ago

Changed

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

v2.0.3

11 months ago
  • Upgrade dependencies

v2.0.2

1 year ago
  • Upgrade dependencies

v2.0.1

2 years ago
  • Upgrade dependencies

v2.0.0

3 years ago
  • Make it compatible with Gorm v2, which uses a new import path and has breaking changes on its API (#45, #46).

v1.6.0

4 years ago
  • Add option to return an error if the database have unknown migrations (defaults to false) (#37).

v1.5.0

5 years ago
  • 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

5 years ago
  • Allow an empty migration list if a InitSchema function is defined (#28).