UpdateDatabase more fixes
This commit is contained in:
parent
66ade62eb4
commit
6103ad0397
1 changed files with 1 additions and 1 deletions
|
@ -2793,7 +2793,7 @@ SEARCHHIST
|
||||||
print "Upgrade done (added OPAC search history preference and table)\n";
|
print "Upgrade done (added OPAC search history preference and table)\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$DBversion = "3.01.00.070";
|
$DBversion = "3.01.00.071";
|
||||||
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||||
$dbh->do("ALTER TABLE authorised_values ADD COLUMN `lib_opac` VARCHAR(80) default NULL AFTER `lib`");
|
$dbh->do("ALTER TABLE authorised_values ADD COLUMN `lib_opac` VARCHAR(80) default NULL AFTER `lib`");
|
||||||
print "Upgrade done (Added a lib_opac field in authorised_values table)\n";
|
print "Upgrade done (Added a lib_opac field in authorised_values table)\n";
|
||||||
|
|
Loading…
Reference in a new issue