From 278dcab1cf54c2b82dd607a4f4c3af27ee194a3c Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 12 Jan 2024 20:38:37 +0000 Subject: [PATCH] Bug 31297: DBIC --- Koha/Schema/Result/SubscriptionNumberpattern.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/SubscriptionNumberpattern.pm b/Koha/Schema/Result/SubscriptionNumberpattern.pm index 13a23c82f1..0328150a7a 100644 --- a/Koha/Schema/Result/SubscriptionNumberpattern.pm +++ b/Koha/Schema/Result/SubscriptionNumberpattern.pm @@ -43,7 +43,7 @@ __PACKAGE__->table("subscription_numberpatterns"); =head2 description data_type: 'mediumtext' - is_nullable: 0 + is_nullable: 1 =head2 numberingmethod @@ -157,7 +157,7 @@ __PACKAGE__->add_columns( "displayorder", { data_type => "integer", is_nullable => 1 }, "description", - { data_type => "mediumtext", is_nullable => 0 }, + { data_type => "mediumtext", is_nullable => 1 }, "numberingmethod", { data_type => "varchar", is_nullable => 0, size => 255 }, "label1", @@ -228,8 +228,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UxpUui+IbCUkKDIJOpYyUA +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-01-12 20:36:53 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9w4uSmq4cXOJSzKosY8OEQ sub koha_object_class { 'Koha::Subscription::Numberpattern'; -- 2.39.5