From 7d2e0ce8fffd0ee4969593c21c92e0fd0a39b2f8 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 18 Oct 2023 01:58:56 +0000 Subject: [PATCH] Bug 33478: Schema updates --- Koha/Schema/Result/Letter.pm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Letter.pm b/Koha/Schema/Result/Letter.pm index 7e01641a34b..65ad380a71c 100644 --- a/Koha/Schema/Result/Letter.pm +++ b/Koha/Schema/Result/Letter.pm @@ -119,6 +119,13 @@ lang of the notice last modification +=head2 style + + data_type: 'mediumtext' + is_nullable: 1 + +custom styles for this notice + =cut __PACKAGE__->add_columns( @@ -160,6 +167,8 @@ __PACKAGE__->add_columns( default_value => \"current_timestamp", is_nullable => 0, }, + "style", + { data_type => "mediumtext", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -232,8 +241,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-18 12:50:14 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MA3WvXK/1ZBc407iU7ZcrA +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-18 01:58:18 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aZyFwI1IBomxIRVK/arTSQ sub koha_object_class { 'Koha::Notice::Template'; -- 2.30.2