Bugzilla – Attachment 37738 Details for
Bug 11008
Remove unused column supplierreference in aqorders table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11008: (RM followup) DBIx schema update
Bug-11008-RM-followup-DBIx-schema-update.patch (text/plain), 1.64 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-04-13 13:22:05 UTC
(
hide
)
Description:
Bug 11008: (RM followup) DBIx schema update
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-04-13 13:22:05 UTC
Size:
1.64 KB
patch
obsolete
>From ce7107843539844096f3982056226f5afab71730 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 13 Apr 2015 10:19:40 -0300 >Subject: [PATCH] Bug 11008: (RM followup) DBIx schema update > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > Koha/Schema/Result/Aqorder.pm | 11 ++--------- > 1 file changed, 2 insertions(+), 9 deletions(-) > >diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm >index 4d29ef1..aa91a9b 100644 >--- a/Koha/Schema/Result/Aqorder.pm >+++ b/Koha/Schema/Result/Aqorder.pm >@@ -115,11 +115,6 @@ __PACKAGE__->table("aqorders"); > data_type: 'mediumtext' > is_nullable: 1 > >-=head2 supplierreference >- >- data_type: 'mediumtext' >- is_nullable: 1 >- > =head2 purchaseordernumber > > data_type: 'mediumtext' >@@ -273,8 +268,6 @@ __PACKAGE__->add_columns( > { data_type => "mediumtext", is_nullable => 1 }, > "order_vendornote", > { data_type => "mediumtext", is_nullable => 1 }, >- "supplierreference", >- { data_type => "mediumtext", is_nullable => 1 }, > "purchaseordernumber", > { data_type => "mediumtext", is_nullable => 1 }, > "basketno", >@@ -507,8 +500,8 @@ Composing rels: L</aqorder_users> -> borrowernumber > __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-03-11 11:50:38 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BbhBIc0Bvj3Olf/dYzDjnw >+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-13 10:17:50 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9C0lOmkz7e7xDjXItNB2Sg > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.3.5
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 11008
:
29822
|
33987
|
33988
|
34161
| 37738