Bug 32334: (follow-up) Fix for bug 31028, introducing IF NOT EXISTS
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 16 Mar 2023 12:57:13 +0000 (12:57 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Apr 2023 14:22:02 +0000 (11:22 -0300)
commitd7e5fb03442edf555267dda852b0bb432a879713
treee21897c8b022c8bffa0e79d5e39d5e8138749d1a
parent6a706f0e6a3d70627fd98e6537487352015332e7
Bug 32334: (follow-up) Fix for bug 31028, introducing IF NOT EXISTS

We need to expect CREATE TABLE IF NOT EXISTS now in kohastructure.

Test plan:
Run misc/maintenance/sync_db_comments.pl -reset

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Database/Commenter.pm