]> git.koha-community.org Git - koha.git/commit
Bug 32334: (QA follow-up) Improve finding schema file
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 15 Feb 2023 15:54:37 +0000 (15:54 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Apr 2023 14:22:01 +0000 (11:22 -0300)
commit6a706f0e6a3d70627fd98e6537487352015332e7
tree2f5c2e20bd1823eda20c5696e7da074a8164cf27
parenta59c530786bd228bacd3f8b14da42b653dbc3ff1
Bug 32334: (QA follow-up) Improve finding schema file

Adds a schema parameter to the cmdline script now too.

Test plan:
Run sync_db_comments.pl with -schema file where file does not exist.
(On dev install) rename kohastructure.sql, try with[out] referring
to it using -schema. You could also use the standard path
intranet/cgi-bin/installer/data/mysql.

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
misc/maintenance/sync_db_comments.pl