github amacneil/dbmate v2.0.0

latest releases: v2.21.0, v2.20.0, v2.19.0...
19 months ago

What's new in v2

  • Migration files must always define both a -- migrate:up block and a --migrate:down block (even if the down block is empty), preventing errors such as #108.
  • The schema_migrations table version column is now created as varchar(128) instead of varchar(256). Existing tables will not be modified.
  • Dbmate use as a Go library (including embedded filesystem migrations) is now documented, with some minor changes to the public API.
  • Dbmate now has an npm package.

Added

Changed

Fixed

Other

Don't miss a new dbmate release

NewReleases is sending notifications on new releases.