From 641011d610bf3f6c87949c630a967763344d5cf4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Sat, 2 Mar 2019 14:08:50 -0300 Subject: [PATCH] Bug 18925: (follow-up) DBIC schema changes Signed-off-by: Tomas Cohen Arazi Signed-off-by: Josef Moravec --- Koha/Schema/Result/Issuingrule.pm | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/Koha/Schema/Result/Issuingrule.pm b/Koha/Schema/Result/Issuingrule.pm index 187e463c0e..c0c05d4a8f 100644 --- a/Koha/Schema/Result/Issuingrule.pm +++ b/Koha/Schema/Result/Issuingrule.pm @@ -97,16 +97,6 @@ __PACKAGE__->table("issuingrules"); data_type: 'integer' is_nullable: 1 -=head2 maxissueqty - - data_type: 'integer' - is_nullable: 1 - -=head2 maxonsiteissueqty - - data_type: 'integer' - is_nullable: 1 - =head2 issuelength data_type: 'integer' @@ -255,10 +245,6 @@ __PACKAGE__->add_columns( { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "accountsent", { data_type => "integer", is_nullable => 1 }, - "maxissueqty", - { data_type => "integer", is_nullable => 1 }, - "maxonsiteissueqty", - { data_type => "integer", is_nullable => 1 }, "issuelength", { data_type => "integer", is_nullable => 1 }, "lengthunit", @@ -328,8 +314,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-01-04 03:06:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:slPyHZs0YvOKev3cAxdDJQ +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-03-02 14:08:29 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZxB3VXeGIW17ZsI9bUoSXw # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 2.11.0