Releases: go-gormigrate/gormigrate
Releases · go-gormigrate/gormigrate
v2.1.2
Added
- Fix LastInsertId error in postgres driver (by @oxyno-zeta)
Changed
v2.1.0
Changed
- Refactor plain sql mutation statements (create, insert, delete) into native gorm methods
- Update dependencies
v2.0.0
- 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
- Add option to return an error if the database have unknown migrations (defaults to
false
) (#37).
v1.5.0
- 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).