Bug 5970: Follow-up, freedeliveryplace was missing in kohastructure
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Mon, 4 Apr 2011 15:03:43 +0000 (17:03 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Apr 2011 03:10:21 +0000 (15:10 +1200)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
installer/data/mysql/kohastructure.sql

index 7a41617..43ecf12 100644 (file)
@@ -2356,6 +2356,7 @@ CREATE TABLE `aqbasketgroups` (
   `closed` tinyint(1) default NULL,
   `booksellerid` int(11) NOT NULL,
   `deliveryplace` varchar(10) default NULL,
+  `freedeliveryplace` text default NULL,
   `deliverycomment` varchar(255) default NULL,
   `billingplace` varchar(10) default NULL,
   PRIMARY KEY  (`id`),