Bug 11703: (qa-followup) fix update database entry
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org>
This commit is contained in:
parent
a31cac1693
commit
d38474bcc2
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue