From ae289d95d7ac93e5b65d258a568c6737da1a4dc1 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 6 May 2016 00:33:47 +0200 Subject: [PATCH] Bug 16414: Follow-up - change to kohastructure.sql Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher --- installer/data/mysql/kohastructure.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 06b9c99c32..1d3b3d6463 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -3154,7 +3154,6 @@ CREATE TABLE `aqorders` ( -- information related to the basket line items `gstrate` decimal(6,4) default NULL, -- the tax rate for this line item `discount` float(6,4) default NULL, -- the discount for this line item `budget_id` int(11) NOT NULL, -- the fund this order goes against (aqbudgets.budget_id) - `budgetgroup_id` int(11) NOT NULL, -- not used? always zero `budgetdate` date default NULL, -- not used? always NULL `sort1` varchar(80) default NULL, -- statistical field `sort2` varchar(80) default NULL, -- second statistical field -- 2.20.1