Closed Truemedia closed 8 years ago
Due to foreign keys no being used there is an issue where migration will fail due to a related table not already existing. Need to somehow change file creation order or delay it to allow for table dependencies to be met.
This was fixed in the latest commit, all foreign keys exist in their own migrations created after all "table creation" migrations.
Due to foreign keys no being used there is an issue where migration will fail due to a related table not already existing. Need to somehow change file creation order or delay it to allow for table dependencies to be met.