Bugzilla – Attachment 99906 Details for
Bug 10269
Add a way to utilise a specific replyto email address for some notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10269: Schema Update
Bug-10269-Schema-Update.patch (text/plain), 1.49 KB, created by
Martin Renvoize (ashimema)
on 2020-03-02 14:08:41 UTC
(
hide
)
Description:
Bug 10269: Schema Update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-03-02 14:08:41 UTC
Size:
1.49 KB
patch
obsolete
>From 9ff7f96495cf0fc5b922a540a75c3dcac6172403 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 25 Feb 2020 09:47:10 +0000 >Subject: [PATCH] Bug 10269: Schema Update > >Signed-off-by: Myka Kennedy Stephens <mkstephens@lancasterseminary.edu> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10269
:
99905
|
99906
|
99907
|
100931
|
100932
|
100933