From 42e0461285813deb6b2481697c53c80d4c1454b1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 17 Mar 2020 09:55:39 +0100 Subject: [PATCH] Bug 18177: DBIC changes Content-Type: text/plain; charset=utf-8 Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy --- 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.11.0