DBRev 16.12.00.000 - the road goes ever on
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 29 Nov 2016 17:36:59 +0000 (17:36 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 29 Nov 2016 17:38:30 +0000 (17:38 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/updatedatabase.pl

index b53f6f6..b9d464a 100755 (executable)
@@ -13692,6 +13692,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "16.12.00.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 16.12 - Our battered suitcases were piled on the sidewalk again; we had longer ways to go. But no matter, the road is life.)\n";
+    SetVersion($DBversion);
+}
+
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug 13068
 # if there is anything in the atomicupdate, read and execute it.