Dbmate Versions Save

:rocket: A lightweight, framework-agnostic database migration tool.

v2.5.0

10 months ago

What's Changed

v2.4.0

10 months ago

What's Changed

New Contributors

v2.3.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/amacneil/dbmate/compare/v2.2.0...v2.3.0

v2.2.0

1 year ago

What's Changed

Changed

Misc

v2.1.0

1 year ago

Added

Removed

Misc

v2.0.1

1 year ago

Fixed

Changed

Thanks to @sunaurus and @blinktag for reporting issues in the v2.0.0 release.

v2.0.0

1 year 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 https://github.com/amacneil/dbmate/issues/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

v1.16.2

1 year ago

v1.16.1

1 year ago

v1.16.0

1 year ago