Fixed wrong SQL syntax in updatedatabase.

This commit is contained in:
Jean-André Santoni 2009-11-06 13:30:28 +01:00 committed by Henri-Damien LAURENT
parent dc81864195
commit c85bd96cf6

View file

@ -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);
}