X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=installer%2Fdata%2Fmysql%2Fupdatedatabase.pl;h=6cda25da3736f53856a767f59bfe24242ebf685f;hb=d38474bcc2752bb30ca0a3a041ed6f4a1bba4184;hp=fb2406aed257c1afb0a7e883f856fd91a98cb022;hpb=a31cac169381c79074bf551408cf2dcd43eb571e;p=koha_fer diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index fb2406aed2..6cda25da37 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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); }