Fixed wrong SQL syntax in updatedatabase.
This commit is contained in:
parent
dc81864195
commit
c85bd96cf6
1 changed files with 1 additions and 1 deletions
|
@ -3257,7 +3257,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
|||
ALTER TABLE aqbasketgroups ADD deliveryplace VARCHAR(10) default NULL, ADD deliverycomment VARCHAR(255) default NULL;
|
||||
});
|
||||
|
||||
print "Upgrade to $DBversion done (adding deliveryplace deliverycomment to basketgroups)\n";
|
||||
print "Upgrade to $DBversion done (isbd updated)\n";
|
||||
SetVersion ($DBversion);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue