[Koha-bugs] [Bug 26947] kohastructure.sql should be updated for each release

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 18 16:59:15 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947

--- Comment #7 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
My guess is that the following instruction line, from kohastructure.sql, is not
read by DBIx::RunSQL

  14 /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS,
FOREIGN_KEY_CHECKS=0 */;

we load the schema from C4::Installer
282     my $error = $self->load_sql("$datadir/kohastructure.sql")

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list