Gormigrate Versions Save

Minimalistic database migration helper for Gorm ORM

v1.3.1

5 years ago
  • Fixed testify import path from gopkg.in/stretchr/testify.v1 to github.com/stretchr/testify (#27).

v1.3.0

5 years ago
  • Starting from this release, this package is available as a Go Module;
    • Import path is still gopkg.in/gormigrate.v1 in this major version, but will change to github.com/go-gormigrate/gormigrate/v2 in the next major release;
  • Validate the ID exists on the migration list (#20, #21).