Bug 32334: (follow-up) Improvement for schema parameter
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 17 Mar 2023 07:46:44 +0000 (07:46 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Apr 2023 14:22:03 +0000 (11:22 -0300)
commit3b4aab475fa84043f8a9b5a1800a1e1d200a770e
tree9e84f70497cbc3093fef55dc7686a017fdd67216
parentd7e5fb03442edf555267dda852b0bb432a879713
Bug 32334: (follow-up) Improvement for schema parameter

Essentially only adds a warn, some cosmetic changes too.

Test plan:
Copy your kohastructure to xx.sql.
Run sync_db_comments.pl -schema xx.sql. You will see usage.
Run sync_db_comments.pl -schema xyz.sql. You will see a warn and
the usage statement.

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