Database update for 18.05.14 18.05.x
authorLiz Rea <liz@bywatersolutions.com>
Thu, 27 Jun 2019 18:46:32 +0000 (18:46 +0000)
committerLiz Rea <liz@bywatersolutions.com>
Thu, 27 Jun 2019 18:51:35 +0000 (18:51 +0000)
installer/data/mysql/updatedatabase.pl

index 650f791..353c170 100755 (executable)
@@ -16380,6 +16380,12 @@ if ( CheckVersion($DBversion) ) {
             SetVersion ($DBversion);
 }
 
+$DBversion = "18.05.14.000";
+if ( CheckVersion($DBversion) ) {
+       print "Upgrade to $DBversion done (18.05.14 release)\n";
+            SetVersion ($DBversion);
+}
+
 # SEE bug 13068
 # if there is anything in the atomicupdate, read and execute it.