From: Jonathan Druart Date: Tue, 3 Apr 2012 14:02:32 +0000 (+0200) Subject: Bug 7291: Followup: removes backquotes X-Git-Tag: v3.08.00~135 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=64d39e1d9ea714190f5e42b60b89014424ce1183;p=koha_gimpoz Bug 7291: Followup: removes backquotes Signed-off-by: Paul Poulain --- 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`),