Bug 24289: (RM follow-up) Correction to DB update version
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 20 Jan 2020 14:39:06 +0000 (14:39 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 20 Jan 2020 14:39:32 +0000 (14:39 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
installer/data/mysql/updatedatabase.pl

index 694ee98..56991c1 100755 (executable)
@@ -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|