From 0f36a95ab4bb0f3f5f702115a16c860748e4b715 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 19 Sep 2019 07:20:58 -0400 Subject: [PATCH] Bug 14697: [DO NOT PUSH] Update Schema Files --- Koha/Schema/Result/Branch.pm | 19 ++----------------- Koha/Schema/Result/Itemtype.pm | 19 ++----------------- 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index bf8f6d8efc..725e8e337d 100644 --- a/Koha/Schema/Result/Branch.pm +++ b/Koha/Schema/Result/Branch.pm @@ -541,21 +541,6 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -=head2 itemtypes_branches - -Type: has_many - -Related object: L - -=cut - -__PACKAGE__->has_many( - "itemtypes_branches", - "Koha::Schema::Result::ItemtypesBranch", - { "foreign.branchcode" => "self.branchcode" }, - { cascade_copy => 0, cascade_delete => 0 }, -); - =head2 library_groups Type: has_many @@ -662,8 +647,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07048 @ 2019-07-04 04:56:47 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:15/s0/8d2cNB9YLLlsEY4w +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-09-19 11:14:52 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Hccou+A64WrrUzGcL40OEA __PACKAGE__->add_columns( '+pickup_location' => { is_boolean => 1 } diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm index 073c527b7b..c9736f9d1b 100644 --- a/Koha/Schema/Result/Itemtype.pm +++ b/Koha/Schema/Result/Itemtype.pm @@ -181,21 +181,6 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -=head2 itemtypes_branches - -Type: has_many - -Related object: L - -=cut - -__PACKAGE__->has_many( - "itemtypes_branches", - "Koha::Schema::Result::ItemtypesBranch", - { "foreign.itemtype" => "self.itemtype" }, - { cascade_copy => 0, cascade_delete => 0 }, -); - =head2 old_reserves Type: has_many @@ -227,8 +212,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07048 @ 2019-07-04 04:56:48 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Qo6jabJSQGeYJ542ebSJfg +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-09-19 11:14:52 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Y7pbfxJyUGWh5frlfDuEzg # Use the ItemtypeLocalization view to create the join on localization our $LANGUAGE; -- 2.20.1 (Apple Git-117)