Bug 15067: (QA follow-up) Ensure update is idempotent
authorNick Clemens <nick@bywatersolutions.com>
Fri, 23 Jul 2021 16:04:27 +0000 (16:04 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Aug 2021 12:06:43 +0000 (14:06 +0200)
commit660b3936b63b46c2113b8824a415144ba7d0d462
tree80585ec6bb36376bddefed0b54cca60fff4f9181
parent0bb4e8c1c78ad6768e1b4d5ea8e2cfa52dc8393e
Bug 15067: (QA follow-up) Ensure update is idempotent

These tables really shoul;d have some unique keys, we need a test so we can add
those

This ended up being a bigger work than expected, RM feel free to reject or move
to another bug and let the risk of duplicated languages

This is an old one, let's get it in :-)

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Installer.pm
installer/data/mysql/atomicupdate/bug_15067-add_additional_languages.perl [new file with mode: 0644]
installer/data/mysql/atomicupdate/bug_15067-add_newlanguages.sql [deleted file]
installer/data/mysql/mandatory/subtag_registry.sql
t/db_dependent/Installer.t