[Koha-patches] [PATCH] BZ3624, proposed patch for kohastructure.sql rewritten

paul.poulain at biblibre.com paul.poulain at biblibre.com
Tue Mar 1 11:42:50 CET 2011


From: Paul Poulain <paul.poulain at biblibre.com>

---
 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



More information about the Koha-patches mailing list