From d5117606f5b84b97ed9a85b9c5a62b043867c8b0 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 23 Jun 2022 10:57:54 +0000 Subject: [PATCH] Bug 31017: DO NOT PUSH - Schema updates --- Koha/Schema/Result/Aqbookseller.pm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Aqbookseller.pm b/Koha/Schema/Result/Aqbookseller.pm index 4c5d19a0e2..4f7ceed360 100644 --- a/Koha/Schema/Result/Aqbookseller.pm +++ b/Koha/Schema/Result/Aqbookseller.pm @@ -81,6 +81,12 @@ vendor phone number vendor account number +=head2 vendor_type + + data_type: 'varchar' + is_nullable: 1 + size: 255 + =head2 notes data_type: 'longtext' @@ -199,6 +205,8 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 1, size => 30 }, "accountnumber", { data_type => "longtext", is_nullable => 1 }, + "vendor_type", + { data_type => "varchar", is_nullable => 1, size => 255 }, "notes", { data_type => "longtext", is_nullable => 1 }, "postal", @@ -387,8 +395,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qu4OqSCsEKEeJD9VtOEd4g +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-22 16:35:36 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LuGae6NSbIOPXaS7OH7Z/A __PACKAGE__->add_columns( '+active' => { is_boolean => 1 }, -- 2.30.2