From 8e327f696f7ffbdf6346f71b6c0df4d77363d457 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 30 Sep 2020 17:32:01 +0200 Subject: [PATCH] Bug 26268: DBIC schema changes Signed-off-by: Jonathan Druart --- Koha/Schema/Result/Deleteditem.pm | 11 ++--------- Koha/Schema/Result/Item.pm | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/Koha/Schema/Result/Deleteditem.pm b/Koha/Schema/Result/Deleteditem.pm index 4cb78ccd8e..fbed06c6ce 100644 --- a/Koha/Schema/Result/Deleteditem.pm +++ b/Koha/Schema/Result/Deleteditem.pm @@ -190,11 +190,6 @@ __PACKAGE__->table("deleteditems"); is_nullable: 1 size: 10 -=head2 paidfor - - data_type: 'longtext' - is_nullable: 1 - =head2 timestamp data_type: 'timestamp' @@ -360,8 +355,6 @@ __PACKAGE__->add_columns( { data_type => "longtext", is_nullable => 1 }, "holdingbranch", { data_type => "varchar", is_nullable => 1, size => 10 }, - "paidfor", - { data_type => "longtext", is_nullable => 1 }, "timestamp", { data_type => "timestamp", @@ -414,8 +407,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("itemnumber"); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-06-05 20:21:47 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4xydPpkFXE+oOR46jY5L8Q +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-09-30 15:31:01 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1l4g7uiQo9gkdrWbNxAsJg __PACKAGE__->add_columns( '+exclude_from_local_holds_priority' => { is_boolean => 1 }, diff --git a/Koha/Schema/Result/Item.pm b/Koha/Schema/Result/Item.pm index 7d8b9a6cc6..ac5fbe5fa0 100644 --- a/Koha/Schema/Result/Item.pm +++ b/Koha/Schema/Result/Item.pm @@ -194,11 +194,6 @@ __PACKAGE__->table("items"); is_nullable: 1 size: 10 -=head2 paidfor - - data_type: 'longtext' - is_nullable: 1 - =head2 timestamp data_type: 'timestamp' @@ -374,8 +369,6 @@ __PACKAGE__->add_columns( { data_type => "longtext", is_nullable => 1 }, "holdingbranch", { data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 10 }, - "paidfor", - { data_type => "longtext", is_nullable => 1 }, "timestamp", { data_type => "timestamp", @@ -754,8 +747,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-06-05 20:21:47 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9AxhV/hJnavWY4OTDTNRcQ +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-09-30 15:31:01 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GJJ00YUn85GnJ98wpqNaLg __PACKAGE__->belongs_to( biblioitem => "Koha::Schema::Result::Biblioitem", "biblioitemnumber" ); -- 2.39.2