Bugzilla – Attachment 75398 Details for
Bug 20777
Remove unused field accountlines.dispute
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20777: DBIC update
Bug-20777-DBIC-update.patch (text/plain), 1.52 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-05-17 13:55:59 UTC
(
hide
)
Description:
Bug 20777: DBIC update
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-05-17 13:55:59 UTC
Size:
1.52 KB
patch
obsolete
>From ef6668b2bcd6da14f7219852a65a643b6de6163e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 17 May 2018 10:55:26 -0300 >Subject: [PATCH] Bug 20777: DBIC update > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/Accountline.pm | 11 ++--------- > 1 file changed, 2 insertions(+), 9 deletions(-) > >diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm >index 1af530ccfe..378c14a08e 100644 >--- a/Koha/Schema/Result/Accountline.pm >+++ b/Koha/Schema/Result/Accountline.pm >@@ -70,11 +70,6 @@ __PACKAGE__->table("accountlines"); > data_type: 'longtext' > is_nullable: 1 > >-=head2 dispute >- >- data_type: 'longtext' >- is_nullable: 1 >- > =head2 accounttype > > data_type: 'varchar' >@@ -140,8 +135,6 @@ __PACKAGE__->add_columns( > { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > "description", > { data_type => "longtext", is_nullable => 1 }, >- "dispute", >- { data_type => "longtext", is_nullable => 1 }, > "accounttype", > { data_type => "varchar", is_nullable => 1, size => 5 }, > "payment_type", >@@ -243,8 +236,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-04-19 12:18:02 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FUX/e/s202yrUtP3c13lfw >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-16 17:00:24 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pygYYKxFDRLX97PyeUeLvg > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.17.0
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 20777
:
75397
|
75398
|
78665
|
78671
|
78672
|
78673
|
78893
|
78894
|
78895