From 32c3f13c06904e03501ba98a75932e0b56aff15f Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Fri, 22 May 2020 00:42:07 +0000 Subject: [PATCH] Bug 25560: Updated schema file Sponsored-By: Waikato Institute of Technology, NZ --- Koha/Schema/Result/Itemtype.pm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm index b180a90c49..e758735094 100644 --- a/Koha/Schema/Result/Itemtype.pm +++ b/Koha/Schema/Result/Itemtype.pm @@ -118,6 +118,12 @@ __PACKAGE__->table("itemtypes"); default_value: 0 is_nullable: 0 +=head2 updatenotforloanstatusoncheckin + + data_type: 'tinyint' + default_value: 1 + is_nullable: 0 + =head2 searchcategory data_type: 'varchar' @@ -164,6 +170,8 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 1, size => 3 }, "hideinopac", { data_type => "tinyint", default_value => 0, is_nullable => 0 }, + "updatenotforloanstatusoncheckin", + { data_type => "tinyint", default_value => 1, is_nullable => 0 }, "searchcategory", { data_type => "varchar", is_nullable => 1, size => 80 }, ); @@ -243,8 +251,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-09 17:13:18 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7ojvTzsDvdHPAJMwJrAZ7A +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-22 00:40:25 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MMKDrRjepspT7oifFoMCIA __PACKAGE__->add_columns( '+rentalcharge_hourly_calendar' => { is_boolean => 1 }, -- 2.11.0