From f15e9bfd14183b6bc9f689e375a10bdb304316e3 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Sat, 25 Aug 2018 15:16:47 +0000 Subject: [PATCH] Bug 15524: (RM follow-up) Update schema files Signed-off-by: Nick Clemens --- Koha/Schema/Result/BranchBorrowerCircRule.pm | 11 +++++++++-- Koha/Schema/Result/DefaultBorrowerCircRule.pm | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/BranchBorrowerCircRule.pm b/Koha/Schema/Result/BranchBorrowerCircRule.pm index 1c8ce6a896..be6cd45c00 100644 --- a/Koha/Schema/Result/BranchBorrowerCircRule.pm +++ b/Koha/Schema/Result/BranchBorrowerCircRule.pm @@ -47,6 +47,11 @@ __PACKAGE__->table("branch_borrower_circ_rules"); data_type: 'integer' is_nullable: 1 +=head2 max_holds + + data_type: 'integer' + is_nullable: 1 + =cut __PACKAGE__->add_columns( @@ -58,6 +63,8 @@ __PACKAGE__->add_columns( { data_type => "integer", is_nullable => 1 }, "maxonsiteissueqty", { data_type => "integer", is_nullable => 1 }, + "max_holds", + { data_type => "integer", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -107,8 +114,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MrhgFhfjV71AC5PXmvRPzg +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-08-25 15:10:08 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lgs8B3omV3Au570af/VF2g # You can replace this text with custom content, and it will be preserved on regeneration diff --git a/Koha/Schema/Result/DefaultBorrowerCircRule.pm b/Koha/Schema/Result/DefaultBorrowerCircRule.pm index 87bf6810ac..407b911b9e 100644 --- a/Koha/Schema/Result/DefaultBorrowerCircRule.pm +++ b/Koha/Schema/Result/DefaultBorrowerCircRule.pm @@ -40,6 +40,11 @@ __PACKAGE__->table("default_borrower_circ_rules"); data_type: 'integer' is_nullable: 1 +=head2 max_holds + + data_type: 'integer' + is_nullable: 1 + =cut __PACKAGE__->add_columns( @@ -49,6 +54,8 @@ __PACKAGE__->add_columns( { data_type => "integer", is_nullable => 1 }, "maxonsiteissueqty", { data_type => "integer", is_nullable => 1 }, + "max_holds", + { data_type => "integer", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -81,8 +88,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EQ8PdQhM6+5K582+AL5ZXQ +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-08-25 15:10:09 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hv9wFvd5mb8Ch7RPCZynoA # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.2