From fa4fd2005eba590720c2f2c21de6296f8053ca4d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 27 Dec 2023 17:06:13 +0000 Subject: [PATCH] Bug 31297: DBIC schema Signed-off-by: Katrin Fischer --- 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..28f46a7ed4 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 @ 2023-12-27 17:02:33 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CUmBGK1rIiVf1BFuR3Kkrg sub koha_object_class { 'Koha::Subscription::Numberpattern'; -- 2.39.2