Bug 13669: (followup) Fix kohastructure.sql so FK dependencies are sorted
The current table creation order is left to mysql's strategy, which is not suitable for parsing the SQL files and passing one statement at a time in the current order. This patch just moves table creation statements around so FK constraints are defined for previously created tables. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
5c151f35aa
commit
2358185379
1 changed files with 774 additions and 778 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue