Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 16:12
· 94 commits to main since this release
c0d15db

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