Bug 24289: (RM follow-up) Correction to DB update version

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Martin Renvoize 2020-01-20 14:39:06 +00:00
parent 94ba314d58
commit d8726c2e46
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -20515,7 +20515,7 @@ if( CheckVersion( $DBversion ) ) {
print "Upgrade to $DBversion done (Bug 21520 - Add rule_order and rule_operator fields to oai_sets_mappings table)\n";
}
$DBversion = '19.12.00.010';
$DBversion = '19.12.00.011';
if( CheckVersion( $DBversion ) ) {
if( !foreign_key_exists( 'repeatable_holidays', 'repeatable_holidays_ibfk_1' ) ) {
$dbh->do(q|