From 868e200cec107a06805c2c8f77c094bc531faee6 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 27 Jun 2023 14:34:22 +0000 Subject: [PATCH] Bug 33379: DBIx changes Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- Koha/Schema/Result/Virtualshelfcontent.pm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Koha/Schema/Result/Virtualshelfcontent.pm b/Koha/Schema/Result/Virtualshelfcontent.pm index 2708ad4333..1c39f11541 100644 --- a/Koha/Schema/Result/Virtualshelfcontent.pm +++ b/Koha/Schema/Result/Virtualshelfcontent.pm @@ -41,11 +41,6 @@ foreign key linking to the virtualshelves table, defines the list that this reco foreign key linking to the biblio table, defines the bib record that has been added to the list -=head2 flags - - data_type: 'integer' - is_nullable: 1 - =head2 dateadded data_type: 'timestamp' @@ -80,8 +75,6 @@ __PACKAGE__->add_columns( is_foreign_key => 1, is_nullable => 0, }, - "flags", - { data_type => "integer", is_nullable => 1 }, "dateadded", { data_type => "timestamp", @@ -146,8 +139,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4c7f4juRHZXLlSgNwOohrA +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-27 14:34:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IBPuY1b5aPWbhS6aDeAKHw #TODO See BZ 14544: Should be resolved by db revision __PACKAGE__->set_primary_key("shelfnumber","biblionumber"); -- 2.30.2