Bugzilla – Attachment 51270 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]
[PASSED QA] Bug 16414: Drop aqorders.budgetgroup_id
PASSED-QA-Bug-16414-Drop-aqordersbudgetgroupid.patch (text/plain), 1.62 KB, created by
Katrin Fischer
on 2016-05-05 22:35:29 UTC
(
hide
)
Description:
[PASSED QA] Bug 16414: Drop aqorders.budgetgroup_id
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-05-05 22:35:29 UTC
Size:
1.62 KB
patch
obsolete
>From f00c1a01a58991fecd66743f5e3dec01e8617fc8 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] [PASSED QA] 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 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 16e0c86..7c80387 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