From 74fd8d3bfcac6597f4d025b02417d30f9f5811f9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 18 Oct 2016 09:52:50 +0100 Subject: [PATCH] Bug 17216: Revert changes to ItemsSearchField schema file --- Koha/Schema/Result/ItemsSearchField.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/ItemsSearchField.pm b/Koha/Schema/Result/ItemsSearchField.pm index cd76971..10f3536 100644 --- a/Koha/Schema/Result/ItemsSearchField.pm +++ b/Koha/Schema/Result/ItemsSearchField.pm @@ -52,7 +52,7 @@ __PACKAGE__->table("items_search_fields"); data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 - size: 80 + size: 32 =cut @@ -66,7 +66,7 @@ __PACKAGE__->add_columns( "tagsubfield", { data_type => "char", is_nullable => 1, size => 1 }, "authorised_values_category", - { data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 80 }, + { data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 32 }, ); =head1 PRIMARY KEY @@ -104,8 +104,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07045 @ 2016-08-29 11:50:45 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5iB4gfxlZLHw2fqwoK/Wtg +# Created by DBIx::Class::Schema::Loader v0.07045 @ 2016-10-18 09:44:48 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZA7MFxE/i3NkcZoxg5mBuQ # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 2.8.1