From 64d39e1d9ea714190f5e42b60b89014424ce1183 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 3 Apr 2012 16:02:32 +0200 Subject: [PATCH] Bug 7291: Followup: removes backquotes Signed-off-by: Paul Poulain --- 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 70ddc23e06..4912e19a75 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2602,7 +2602,7 @@ CREATE TABLE `aqbooksellers` ( -- information about the vendors listed in acquis `gstrate` decimal(6,4) default NULL, -- the tax rate the library is charged `discount` float(6,4) default NULL, -- discount offered on all items ordered from this vendor `fax` varchar(50) default NULL, -- vendor fax number - `deliverytime` int(11) default NULL, -- vendor delivery time + deliverytime int(11) default NULL, -- vendor delivery time PRIMARY KEY (`id`), KEY `listprice` (`listprice`), KEY `invoiceprice` (`invoiceprice`), -- 2.39.2