From 4feb0a6246aa09d7a7c4f748a7787409d4754ded Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 23 Jul 2012 18:26:21 +0200 Subject: [PATCH] Bug 6716 tiny follow-up, mysql want a space after the -- --- installer/data/mysql/kohastructure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 6c0517e73d..fc9c5f0e63 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2734,7 +2734,7 @@ CREATE TABLE `aqorderdelivery` ( -- DROP TABLE IF EXISTS `aqorders`; -CREATE TABLE `aqorders` ( --information related to the basket line items +CREATE TABLE `aqorders` ( -- information related to the basket line items `ordernumber` int(11) NOT NULL auto_increment, -- primary key and unique identifier assigned by Koha to each line `biblionumber` int(11) default NULL, -- links the order to the biblio being ordered (biblio.biblionumber) `entrydate` date default NULL, -- the date the bib was added to the basket -- 2.39.5