Bugzilla – Attachment 89634 Details for
Bug 18928
Move `holdallowed`, `hold_fulfillment_policy` and `returnbranch` into the `circulation_rules` table.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18928: DBIC schema update
Bug-18928-DBIC-schema-update.patch (text/plain), 3.49 KB, created by
Jonathan Druart
on 2019-05-12 00:05:50 UTC
(
hide
)
Description:
Bug 18928: DBIC schema update
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-05-12 00:05:50 UTC
Size:
3.49 KB
patch
obsolete
>From c712ac908b5524a2dc1a7328bb2145110e398a6e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 29 Apr 2019 11:03:13 -0400 >Subject: [PATCH] Bug 18928: DBIC schema update > >Signed-off-by: Agustin Moyano <agustinmoyano@theke.io> > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > 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 40d54c0f09..f18ab17291 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<Koha::Schema::Result::BranchItemRule> >- >-=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<Koha::Schema::Result::DefaultBranchCircRule> >- >-=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 >@@ -677,8 +647,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-11 12:56:41 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pKohWwsuUHcZSlGDj7zmcw >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-29 15:02:52 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:y+tNq5YiUeUOyAwB4r6GHw > > __PACKAGE__->add_columns( > '+pickup_location' => { is_boolean => 1 } >diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm >index 55331fe32a..1e2afd7d91 100644 >--- a/Koha/Schema/Result/Itemtype.pm >+++ b/Koha/Schema/Result/Itemtype.pm >@@ -166,21 +166,6 @@ __PACKAGE__->set_primary_key("itemtype"); > > =head1 RELATIONS > >-=head2 branch_item_rules >- >-Type: has_many >- >-Related object: L<Koha::Schema::Result::BranchItemRule> >- >-=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 >@@ -196,21 +181,6 @@ __PACKAGE__->has_many( > { cascade_copy => 0, cascade_delete => 0 }, > ); > >-=head2 default_branch_item_rule >- >-Type: might_have >- >-Related object: L<Koha::Schema::Result::DefaultBranchItemRule> >- >-=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 >@@ -242,8 +212,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-07 17:30:46 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CDIOU6LmF7suaujk1NQOeg >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-29 15:02:52 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:X7Py35p8kotheBvJjuwDcA > > # Use the ItemtypeLocalization view to create the join on localization > our $LANGUAGE; >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18928
:
65241
|
65242
|
71005
|
71006
|
81096
|
81097
|
81098
|
81099
|
82933
|
82934
|
82935
|
82936
|
85487
|
85488
|
85489
|
85490
|
85491
|
86134
|
86135
|
86136
|
86137
|
86138
|
86139
|
88659
|
89017
|
89018
|
89019
|
89020
|
89021
|
89022
|
89023
|
89024
|
89333
|
89334
|
89336
|
89338
|
89339
|
89340
|
89341
|
89342
|
89343
|
89344
|
89345
|
89346
|
89347
|
89348
|
89349
|
89377
|
89402
|
89427
|
89428
|
89429
|
89430
|
89431
|
89432
|
89433
|
89434
|
89435
|
89436
|
89437
|
89438
|
89440
|
89441
|
89442
|
89443
|
89444
|
89445
|
89446
|
89447
|
89448
|
89449
|
89450
|
89451
|
89628
|
89629
|
89630
|
89631
|
89632
|
89633
|
89634
|
89635
|
89636
|
89637
|
89638
|
90501
|
91082
|
91083
|
91084
|
91085
|
91086
|
91087
|
91088
|
91089
|
91090
|
91091
|
91092
|
91093
|
91094