Skip to content

3.4.0

Compare
Choose a tag to compare
@bizley bizley released this 07 Jul 16:43
· 235 commits to master since this release

Creating migrations for more than one table now forces the order in which they are created based on the foreign key dependencies. When tables are cross-referenced additional special foreign key migration is added at the end of the whole process.

New config option:

  • templateFileForeignKey - template file for generating new foreign keys migrations (default @bizley/migration/views/create_fk_migration.php)