Skip to content

Fixed issue with migration failing due to trigger dependencies

Compare
Choose a tag to compare
@martinmca martinmca released this 22 Jan 13:51
· 25 commits to master since this release
de607ee

Migration fails when there is a trigger that depends on a table that has not yet been created.
This release moves the creation of triggers to after the tables have had their data inserted to avoid any dependency issue.