Skip to content

First stable release

Compare
Choose a tag to compare
@paulrrogers paulrrogers released this 09 May 01:58
· 23 commits to master since this release
4312ace
  • Add configuration file migration-snapshot.php
  • Implicitly dump after migrate:rollback
  • Reorder migrations rows within dumps to avoid noise in source control as migrations are developed in parallel
  • Trim leading underscores from names of foreign key constraints with Mysql to workaround pt-online-schema-change quirk
  • Append new line to the end of all dumps, not only Sqlite, for simpler diffs in source control