Bug 11703: (qa-followup) fix update database entry
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 26 Jun 2014 13:41:39 +0000 (15:41 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 3 Jul 2014 14:22:11 +0000 (11:22 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org>
installer/data/mysql/updatedatabase.pl

index fb2406a..6cda25d 100755 (executable)
@@ -8560,13 +8560,13 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.17.00.XXX";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
-        DELETE FROM systempreferences WHERE variable = 'UseTableSortForCirc'
+        DELETE FROM systempreferences WHERE variable = 'UseTablesortForCirc'
     });
 
-    print "Upgrade to $DBversion done (Bug 11703 - Convert checkouts table to ajax datatable)\n";
+    print "Upgrade to $DBversion done (Bug 11703 - Remove UseTablesortForCirc syspref)\n";
     SetVersion($DBversion);
 }