Bugzilla – Attachment 51120 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]
[SIGNED.OFF] Bug 16414: Drop aqorders.budgetgroup_id
SIGNEDOFF-Bug-16414-Drop-aqordersbudgetgroupid.patch (text/plain), 1.56 KB, created by
Bernardo Gonzalez Kriegel
on 2016-05-02 23:37:53 UTC
(
hide
)
Description:
[SIGNED.OFF] Bug 16414: Drop aqorders.budgetgroup_id
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2016-05-02 23:37:53 UTC
Size:
1.56 KB
patch
obsolete
>From ccf0f39688cd104c113f5e209b49a2c6432c2d99 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 2 May 2016 15:55:01 +0100 >Subject: [PATCH] [SIGNED.OFF] Bug 16414: Drop aqorders.budgetgroup_id > >This column has never been used and can be removed. > >Test plan: >1/ update the schema >2/ prove t/db_dependent/Acquisition.t >should return green > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Test green pre & post patch >No errors >--- > installer/data/mysql/atomicupdate/bug_16414.sql | 1 + > t/db_dependent/Acquisition.t | 3 --- > 2 files changed, 1 insertion(+), 3 deletions(-) > create mode 100644 installer/data/mysql/atomicupdate/bug_16414.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_16414.sql b/installer/data/mysql/atomicupdate/bug_16414.sql >new file mode 100644 >index 0000000..975e02f >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_16414.sql >@@ -0,0 +1 @@ >+ALTER TABLE aqorders DROP COLUMN budgetgroup_id; >diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t >index 6063f09..4bdce55 100755 >--- a/t/db_dependent/Acquisition.t >+++ b/t/db_dependent/Acquisition.t >@@ -359,7 +359,6 @@ my @expectedfields = qw( > gstrate > discount > budget_id >- budgetgroup_id > budgetdate > sort1 > sort2 >@@ -487,7 +486,6 @@ my @base_expectedfields = qw( > publicationyear > collectiontitle > invoiceid >- budgetgroup_id > place > issn > quantityreceived >@@ -609,7 +607,6 @@ ok( > title > closedate > basketname >- budgetgroup_id > invoiceid > author > parent_ordernumber >-- >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