Bugzilla – Attachment 100867 Details for
Bug 18177
Remove unused columns in aqbooksellers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18177: DBIC changes
Bug-18177-DBIC-changes.patch (text/plain), 2.19 KB, created by
Jonathan Druart
on 2020-03-17 09:00:41 UTC
(
hide
)
Description:
Bug 18177: DBIC changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-17 09:00:41 UTC
Size:
2.19 KB
patch
obsolete
>From 24e1723ddfe5bb03f7e58b838a0fcd06d67e8d19 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 17 Mar 2020 09:55:39 +0100 >Subject: [PATCH] Bug 18177: DBIC changes > >--- > Koha/Schema/Result/Aqbookseller.pm | 41 ++---------------------------- > 1 file changed, 2 insertions(+), 39 deletions(-) > >diff --git a/Koha/Schema/Result/Aqbookseller.pm b/Koha/Schema/Result/Aqbookseller.pm >index f0b79fa33a..a9bf2e51bd 100644 >--- a/Koha/Schema/Result/Aqbookseller.pm >+++ b/Koha/Schema/Result/Aqbookseller.pm >@@ -65,38 +65,11 @@ __PACKAGE__->table("aqbooksellers"); > data_type: 'longtext' > is_nullable: 1 > >-=head2 othersupplier >- >- data_type: 'longtext' >- is_nullable: 1 >- >-=head2 currency >- >- data_type: 'varchar' >- default_value: (empty string) >- is_nullable: 0 >- size: 10 >- >-=head2 booksellerfax >- >- data_type: 'longtext' >- is_nullable: 1 >- > =head2 notes > > data_type: 'longtext' > is_nullable: 1 > >-=head2 bookselleremail >- >- data_type: 'longtext' >- is_nullable: 1 >- >-=head2 booksellerurl >- >- data_type: 'longtext' >- is_nullable: 1 >- > =head2 postal > > data_type: 'longtext' >@@ -184,18 +157,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 30 }, > "accountnumber", > { data_type => "longtext", is_nullable => 1 }, >- "othersupplier", >- { data_type => "longtext", is_nullable => 1 }, >- "currency", >- { data_type => "varchar", default_value => "", is_nullable => 0, size => 10 }, >- "booksellerfax", >- { data_type => "longtext", is_nullable => 1 }, > "notes", > { data_type => "longtext", is_nullable => 1 }, >- "bookselleremail", >- { data_type => "longtext", is_nullable => 1 }, >- "booksellerurl", >- { data_type => "longtext", is_nullable => 1 }, > "postal", > { data_type => "longtext", is_nullable => 1 }, > "url", >@@ -382,8 +345,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DyaF9RbcNAOjPQ1lrxHV3A >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-17 08:54:13 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1lSFcy25po9EBzkNkjL5UA > > __PACKAGE__->add_columns( > '+active' => { is_boolean => 1 }, >-- >2.20.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 18177
:
100861
|
100862
|
100863
|
100864
|
100865
|
100866
|
100867
|
100868
|
100869
|
100870
|
100871
|
100872
|
100873
|
100874
|
101612
|
101687
|
101688
|
101689
|
101690
|
101691
|
101692
|
101693
|
101694
|
101958
|
101959
|
101960
|
101961
|
101962
|
101963
|
101964
|
101965
|
102011