From c84eb82fc2544f82716362155690593b53ae78f4 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 7 Oct 2022 19:25:56 +0000 Subject: [PATCH] Bug 31716: DO NOT PUSH - Schema updates Signed-off-by: David Nind --- Koha/Schema/Result/AuthorisedValue.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/AuthorisedValue.pm b/Koha/Schema/Result/AuthorisedValue.pm index 874c166b02..8311a8c72f 100644 --- a/Koha/Schema/Result/AuthorisedValue.pm +++ b/Koha/Schema/Result/AuthorisedValue.pm @@ -46,7 +46,7 @@ key used to identify the authorized value category data_type: 'varchar' default_value: (empty string) is_nullable: 0 - size: 80 + size: 255 code use to identify the authorized value @@ -88,7 +88,7 @@ __PACKAGE__->add_columns( size => 32, }, "authorised_value", - { data_type => "varchar", default_value => "", is_nullable => 0, size => 80 }, + { data_type => "varchar", default_value => "", is_nullable => 0, size => 255 }, "lib", { data_type => "varchar", is_nullable => 1, size => 200 }, "lib_opac", @@ -173,8 +173,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LH9dpEEzlVVsjNVv/jnONg +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-07 19:02:59 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3ih7F0Ld8jUaqh0GW5USSQ # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 2.30.2