From 29c2ff6f300a02d5a9c8ba2c44c891323ecf96f1 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 25 Feb 2020 09:47:10 +0000 Subject: [PATCH] Bug 10269: Schema Update Signed-off-by: Myka Kennedy Stephens Signed-off-by: Jonathan Druart --- Koha/Schema/Result/MessageQueue.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/MessageQueue.pm b/Koha/Schema/Result/MessageQueue.pm index c8d0d5a2c3..89d95ac8e4 100644 --- a/Koha/Schema/Result/MessageQueue.pm +++ b/Koha/Schema/Result/MessageQueue.pm @@ -93,6 +93,11 @@ __PACKAGE__->table("message_queue"); data_type: 'longtext' is_nullable: 1 +=head2 reply_address + + data_type: 'longtext' + is_nullable: 1 + =head2 content_type data_type: 'mediumtext' @@ -139,6 +144,8 @@ __PACKAGE__->add_columns( { data_type => "longtext", is_nullable => 1 }, "from_address", { data_type => "longtext", is_nullable => 1 }, + "reply_address", + { data_type => "longtext", is_nullable => 1 }, "content_type", { data_type => "mediumtext", is_nullable => 1 }, ); @@ -193,8 +200,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-05 14:26:34 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fSWIVVJGliKtqQaNbmZKYQ +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-25 09:43:49 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9M95gvHiqvdGdahHEHaFaA sub koha_object_class { 'Koha::Notice::Message'; -- 2.20.1