From a52e9ec4912da64df118659d9231b7d351dc0560 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Wed, 3 Jul 2019 22:29:42 +0000 Subject: [PATCH] Bug 22284: (Do not push) Schema update Signed-off-by: Josef Moravec --- Koha/Schema/Result/LibraryGroup.pm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/LibraryGroup.pm b/Koha/Schema/Result/LibraryGroup.pm index 524a4698d4..443e96cb82 100644 --- a/Koha/Schema/Result/LibraryGroup.pm +++ b/Koha/Schema/Result/LibraryGroup.pm @@ -71,6 +71,12 @@ __PACKAGE__->table("library_groups"); default_value: 0 is_nullable: 0 +=head2 ft_local_hold_group + + data_type: 'tinyint' + default_value: 0 + is_nullable: 0 + =head2 created_on data_type: 'timestamp' @@ -103,6 +109,8 @@ __PACKAGE__->add_columns( { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "ft_search_groups_staff", { data_type => "tinyint", default_value => 0, is_nullable => 0 }, + "ft_local_hold_group", + { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "created_on", { data_type => "timestamp", @@ -202,8 +210,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8hvTh2lWoG/MpfSdq4kx5Q +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-07-03 22:28:33 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mJMYVtlB3JfqMEmNa0SWdg sub koha_object_class { 'Koha::Library::Group'; -- 2.17.1