From 87b921726ac54a8de6a6176361b282bd469bee51 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 30 Apr 2024 13:35:46 +0000 Subject: [PATCH] Bug 36002: DBIC schema update Signed-off-by: Katrin Fischer --- Koha/Schema/Result/Aqorder.pm | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm index 075cdba39a..2adab1a8b4 100644 --- a/Koha/Schema/Result/Aqorder.pm +++ b/Koha/Schema/Result/Aqorder.pm @@ -171,13 +171,6 @@ notes related to this order line, made for staff notes related to this order line, made for vendor -=head2 purchaseordernumber - - data_type: 'longtext' - is_nullable: 1 - -not used? always NULL - =head2 basketno data_type: 'integer' @@ -479,8 +472,6 @@ __PACKAGE__->add_columns( { data_type => "longtext", is_nullable => 1 }, "order_vendornote", { data_type => "longtext", is_nullable => 1 }, - "purchaseordernumber", - { data_type => "longtext", is_nullable => 1 }, "basketno", { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, "timestamp", @@ -814,8 +805,8 @@ Composing rels: L -> borrowernumber __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-09-06 17:56:52 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aaj6mc1M13YFx5P0aXMiEQ +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-04-30 13:34:51 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FyRqcj4OmkBR6PpW3tY8bA __PACKAGE__->belongs_to( "basket", -- 2.39.2