From 4786f0cd1a41520aaa926cee517105923c779fe6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 15 Jan 2016 11:52:41 +0000 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 f782456..8ed3492 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' @@ -245,6 +250,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 }, "branchcode", @@ -276,8 +283,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-12-31 15:26:16 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:K/8SKpDjba5CM4+WPZtWPw +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-01-15 11:51:25 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IluzURuro4z+ZaH0jfjH5Q # You can replace this text with custom content, and it will be preserved on regeneration -- 2.8.1