Bug 26326: (follow-up) Add ability to check for existence of any primary key
authorNick Clemens <nick@bywatersolutions.com>
Tue, 30 Mar 2021 15:08:09 +0000 (15:08 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 3 Nov 2021 14:40:52 +0000 (15:40 +0100)
commit701929b25393f7029a4ad0a670dbe65dc6ecb910
tree97ccc13e093401b6ce204392fd7f653606b5ee77
parenta78306e63fab948a3c030e7f45a96f364f8e514e
Bug 26326: (follow-up) Add ability to check for existence of any primary key

Before dropping a primary key we need to see if one exists - this updates
the installer method to allow searching for existence of key

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Bug 26326: (follow-up) Address qa script failures

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Installer.pm
Koha/Import/Record.pm
installer/data/mysql/atomicupdate/bug_26326.perl
t/db_dependent/Installer.t