From 2fd68e0883b7bb429c3027d052f08086b302b00d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 12 Sep 2016 16:33:48 +0100 Subject: [PATCH] Bug 15581: [DO NOT PUSH] Schema changes Signed-off-by: Jonathan Field --- Koha/Schema/Result/Issuingrule.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Issuingrule.pm b/Koha/Schema/Result/Issuingrule.pm index 1ed60a9..74e51a2 100644 --- a/Koha/Schema/Result/Issuingrule.pm +++ b/Koha/Schema/Result/Issuingrule.pm @@ -153,6 +153,11 @@ __PACKAGE__->table("issuingrules"); default_value: 0 is_nullable: 1 +=head2 no_auto_renewal_after + + data_type: 'integer' + is_nullable: 1 + =head2 reservesallowed data_type: 'smallint' @@ -251,6 +256,8 @@ __PACKAGE__->add_columns( { data_type => "integer", is_nullable => 1 }, "auto_renew", { data_type => "tinyint", default_value => 0, is_nullable => 1 }, + "no_auto_renewal_after", + { data_type => "integer", is_nullable => 1 }, "reservesallowed", { data_type => "smallint", default_value => 0, is_nullable => 0 }, "holds_per_record", @@ -284,8 +291,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-09-06 09:35:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HkvNR2YHTkqN2PnQk5XGAA +# Created by DBIx::Class::Schema::Loader v0.07045 @ 2016-09-12 16:33:29 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RIVz3NaV1nthPZfOKXQgcA # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 2.8.1