From 6757591297a148744ca714502271a11ee4b737e6 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 15 Mar 2019 13:33:11 +0000 Subject: [PATCH] Bug 21846: Update Schema Signed-off-by: Nick Clemens --- Koha/Schema/Result/TagAll.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/TagAll.pm b/Koha/Schema/Result/TagAll.pm index 99d1e038c7..d3c6d6bcb2 100644 --- a/Koha/Schema/Result/TagAll.pm +++ b/Koha/Schema/Result/TagAll.pm @@ -45,7 +45,7 @@ __PACKAGE__->table("tags_all"); data_type: 'varchar' is_nullable: 0 - size: 255 + size: 191 =head2 language @@ -68,7 +68,7 @@ __PACKAGE__->add_columns( "biblionumber", { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, "term", - { data_type => "varchar", is_nullable => 0, size => 255 }, + { data_type => "varchar", is_nullable => 0, size => 191 }, "language", { data_type => "integer", is_nullable => 1 }, "date_created", @@ -129,8 +129,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-03-04 19:32:39 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gyjzwAoUL27c/7NqM8+RaA +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-15 13:30:04 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3pY7wv0IRmQBSqr+EghQvw # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.2