Bugzilla – Attachment 99560 Details for
Bug 22821
Use reply-to address for item notes notifications if available to avoid being flagged as spam
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22821: Schema Update
Bug-22821-Schema-Update.patch (text/plain), 1.42 KB, created by
Martin Renvoize (ashimema)
on 2020-02-25 10:09:44 UTC
(
hide
)
Description:
Bug 22821: Schema Update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-25 10:09:44 UTC
Size:
1.42 KB
patch
obsolete
>From b542805b0a1410df5384f1a8f2e9c96782a9807c 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 22821: Schema Update > >--- > 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 22821
:
99559
|
99560
|
99561
|
99562
|
99563
|
99564
|
99565
|
99566
|
99732
|
99733
|
99734
|
99735
|
99908
|
99909
|
100938
|
100939
|
100940
|
100944