From d5deff12c9e266c552378701edc67249701c753d Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 1 Mar 2011 11:42:20 +0100 Subject: [PATCH] BZ3624, proposed patch for kohastructure.sql rewritten --- installer/data/mysql/kohastructure.sql | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index e7ad97f..84cd31b 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2352,6 +2352,9 @@ CREATE TABLE `aqbasketgroups` ( `name` varchar(50) default NULL, `closed` tinyint(1) default NULL, `booksellerid` int(11) NOT NULL, + `deliveryplace` varchar(10) default NULL, + `deliverycomment` varchar(255) default NULL, + `billingplace` varchar(10) default NULL, PRIMARY KEY (`id`), KEY `booksellerid` (`booksellerid`), CONSTRAINT `aqbasketgroups_ibfk_1` FOREIGN KEY (`booksellerid`) REFERENCES `aqbooksellers` (`id`) ON UPDATE CASCADE ON DELETE CASCADE -- 1.7.1