Bug 26947: (follow-up) Set key checks to disabled for kohastructure
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 18 Nov 2020 17:08:11 +0000 (17:08 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 12 Jan 2021 11:31:58 +0000 (12:31 +0100)
commitaffa3164eb475ff09654c690c9df810be8dc670f
treef94351d09fd4287bef08d99508ac86c81482ead6
parentd406d9016460ec8819d68d5d861627c5b3b5accb
Bug 26947: (follow-up) Set key checks to disabled for kohastructure

This patch adds sql calls to disable foreign key checks for the initial
kohastructure schema load and then re-enables them again for subsequent
actions.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Installer.pm