Bug 7291: Followup: removes backquotes
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 3 Apr 2012 14:02:32 +0000 (16:02 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 3 Apr 2012 16:19:48 +0000 (18:19 +0200)
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
installer/data/mysql/kohastructure.sql

index 70ddc23..4912e19 100644 (file)
@@ -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`),