Micrate Versions Save

Database migration tool written in Crystal

v0.3.3

5 years ago
  • Fixes N timestamps collisions by using .map_with_index (see changes)

image

v0.3.2

5 years ago
  • Fixes critical bug related to version mismatch between filename timestamps and table micrate_db_version on database. (see changes)

rect3495

v0.3.1

6 years ago
  • Bugfix release to be v0.3.0 compatible.
  • Fix to group by index without missing versions with same timestamp.
  • Fixes our Travis CI failures.
  • Fixes definitively #32 #31 and https://github.com/amberframework/amber/pull/775
  • Still requires to be published on master to create micrate version v0.4.0 (breaking changes)

v0.3.0

7 years ago

Use Crystal DB API. Adds support for MySQL and SQlite3 besides Postgres.

v0.2.2

7 years ago

Logging/output improvements

v0.2.1

7 years ago

Fixes in CLI exit codes.

v0.2.0

7 years ago

Micrate now checks if migrations were added out of order to the migrations directory and warns the user. (See #2)

v0.1.0

7 years ago