Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 1.08 KB

Migrate Changelog

master

  • [postgresql] Avoid DDL when checking for versions table (#23)
  • [postgresql] Start switching to sqlx to write cleaner code
  • [postgresql] Transactions can be disabled per migration file

v1.4.1 - 2016-12-16

v1.4.0 - 2016-11-22

  • [crate] Add Crate database support, based on the Crate sql driver by herenow (@dereulenspiegel / #16)

v1.3.2 - 2016-11-11

  • [sqlite] Allow multiple statements per migration (dklimkin / #11)

v1.3.1 - 2016-08-16

v1.3.0 - 2016-08-15

  • Initial changelog release
  • Timestamp migration, instead of increments (mattes/migrate#102)
  • Versions will now be tagged
  • Added consistency parameter to cassandra connection string (mattes/migrate#114)