From 0a8fc8e1017769307c62afaa4891463aa0db29b7 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 6 Mar 2019 09:42:31 -0300 Subject: [PATCH] [DO NOT PUSH] Bug 18928: DBIC schema update Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/Branch.pm | 34 ++-------------------------------- Koha/Schema/Result/Itemtype.pm | 34 ++-------------------------------- 2 files changed, 4 insertions(+), 64 deletions(-) diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index 576de646e1..09b0194365 100644 --- a/Koha/Schema/Result/Branch.pm +++ b/Koha/Schema/Result/Branch.pm @@ -301,21 +301,6 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -=head2 branch_item_rules - -Type: has_many - -Related object: L - -=cut - -__PACKAGE__->has_many( - "branch_item_rules", - "Koha::Schema::Result::BranchItemRule", - { "foreign.branchcode" => "self.branchcode" }, - { cascade_copy => 0, cascade_delete => 0 }, -); - =head2 branches_overdrive Type: might_have @@ -481,21 +466,6 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -=head2 default_branch_circ_rule - -Type: might_have - -Related object: L - -=cut - -__PACKAGE__->might_have( - "default_branch_circ_rule", - "Koha::Schema::Result::DefaultBranchCircRule", - { "foreign.branchcode" => "self.branchcode" }, - { cascade_copy => 0, cascade_delete => 0 }, -); - =head2 edifact_eans Type: has_many @@ -662,8 +632,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-05 20:42:53 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nArzlMOpUO6oVOAZUgzSRg +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-02-27 22:25:02 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:A4XmtGKUaX/QncsPGlr84g __PACKAGE__->add_columns( '+pickup_location' => { is_boolean => 1 } diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm index fdd507da6c..d6106167ae 100644 --- a/Koha/Schema/Result/Itemtype.pm +++ b/Koha/Schema/Result/Itemtype.pm @@ -150,21 +150,6 @@ __PACKAGE__->set_primary_key("itemtype"); =head1 RELATIONS -=head2 branch_item_rules - -Type: has_many - -Related object: L - -=cut - -__PACKAGE__->has_many( - "branch_item_rules", - "Koha::Schema::Result::BranchItemRule", - { "foreign.itemtype" => "self.itemtype" }, - { cascade_copy => 0, cascade_delete => 0 }, -); - =head2 circulation_rules Type: has_many @@ -180,21 +165,6 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -=head2 default_branch_item_rule - -Type: might_have - -Related object: L - -=cut - -__PACKAGE__->might_have( - "default_branch_item_rule", - "Koha::Schema::Result::DefaultBranchItemRule", - { "foreign.itemtype" => "self.itemtype" }, - { cascade_copy => 0, cascade_delete => 0 }, -); - =head2 old_reserves Type: has_many @@ -226,8 +196,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-05 14:29:17 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GthTVMBLO5Zi6NU3up3m+A +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-02-27 22:25:02 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DCvZ8SdZ+FCBFeBqI4vigw # Use the ItemtypeLocalization view to create the join on localization our $LANGUAGE; -- 2.21.0