Bugzilla – Attachment 51271 Details for
Bug 16414
aqorders.budgetgroup_id has never been used and can be removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16414: Follow-up - change to kohastructure.sql
Bug-16414-Follow-up---change-to-kohastructuresql.patch (text/plain), 1.14 KB, created by
Katrin Fischer
on 2016-05-05 22:35:58 UTC
(
hide
)
Description:
Bug 16414: Follow-up - change to kohastructure.sql
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-05-05 22:35:58 UTC
Size:
1.14 KB
patch
obsolete
>From c820b07b6991c6d1a7b8b2e04713ff509365f298 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Fri, 6 May 2016 00:33:47 +0200 >Subject: [PATCH] Bug 16414: Follow-up - change to kohastructure.sql > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 06b9c99..1d3b3d6 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 >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16414
:
51108
|
51120
|
51270
| 51271