From fcdb0a4426a5ca580af4b37c8f2de7aafb48cf0c Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 31 Jul 2020 20:03:37 +0000 Subject: [PATCH] Bug 23797: DBIC Schema Changes Signed-off-by: Lucas Gass --- Koha/Schema/Result/OpacNews.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/OpacNews.pm b/Koha/Schema/Result/OpacNews.pm index c3906da824..3f2a521408 100644 --- a/Koha/Schema/Result/OpacNews.pm +++ b/Koha/Schema/Result/OpacNews.pm @@ -54,7 +54,7 @@ __PACKAGE__->table("opac_news"); data_type: 'varchar' default_value: (empty string) is_nullable: 0 - size: 25 + size: 50 =head2 timestamp @@ -97,7 +97,7 @@ __PACKAGE__->add_columns( "content", { data_type => "mediumtext", is_nullable => 0 }, "lang", - { data_type => "varchar", default_value => "", is_nullable => 0, size => 25 }, + { data_type => "varchar", default_value => "", is_nullable => 0, size => 50 }, "timestamp", { data_type => "timestamp", @@ -168,8 +168,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:gApTRM/dF6uZSMYyvkt4OQ +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-07-31 20:01:11 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VqgobGmaePRsgqwwURs1zg sub koha_object_class { 'Koha::NewsItem'; -- 2.39.5