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:
parent
94ba314d58
commit
d8726c2e46
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue