Bugzilla – Attachment 118318 Details for
Bug 18532
Messaging preferences for auto renewals
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18532: (follow-up) Fix atomic update
Bug-18532-follow-up-Fix-atomic-update.patch (text/plain), 1.64 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-03-16 13:22:08 UTC
(
hide
)
Description:
Bug 18532: (follow-up) Fix atomic update
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-03-16 13:22:08 UTC
Size:
1.64 KB
patch
obsolete
>From 453a13dab15a4b0f49a0a62a23740a23b6b109c3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 16 Mar 2021 10:18:38 -0300 >Subject: [PATCH] Bug 18532: (follow-up) Fix atomic update > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/atomicupdate/bug-18532.perl | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug-18532.perl b/installer/data/mysql/atomicupdate/bug-18532.perl >index 9daf0a5284d..dccbc988205 100644 >--- a/installer/data/mysql/atomicupdate/bug-18532.perl >+++ b/installer/data/mysql/atomicupdate/bug-18532.perl >@@ -24,16 +24,16 @@ if( CheckVersion( $DBversion ) ) { > $dbh->do( q{ > INSERT IGNORE INTO `message_attributes` > (`message_attribute_id`, message_name, `takes_days`) >- VALUES (7, 'Auto_Renewals', 0) >+ VALUES (9, 'Auto_Renewals', 0) > }); > > $dbh->do( q{ > INSERT IGNORE INTO `message_transports` > (`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`) >- VALUES (7, 'email', 0, 'circulation', 'AUTO_RENEWALS'), >- (7, 'sms', 0, 'circulation', 'AUTO_RENEWALS'), >- (7, 'email', 1, 'circulation', 'AUTO_RENEWALS_DGST'), >- (7, 'sms', 1, 'circulation', 'AUTO_RENEWALS_DGST') >+ VALUES (9, 'email', 0, 'circulation', 'AUTO_RENEWALS'), >+ (9, 'sms', 0, 'circulation', 'AUTO_RENEWALS'), >+ (9, 'email', 1, 'circulation', 'AUTO_RENEWALS_DGST'), >+ (9, 'sms', 1, 'circulation', 'AUTO_RENEWALS_DGST') > }); > > $dbh->do( q{ >-- >2.31.0
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 18532
:
95030
|
95031
|
95337
|
95338
|
95456
|
96049
|
96050
|
96487
|
96494
|
96495
|
98078
|
98079
|
99193
|
99194
|
104880
|
104881
|
104882
|
104883
|
105500
|
105501
|
105502
|
105503
|
114316
|
115798
|
115799
|
115800
|
115801
|
115802
|
115829
|
115830
|
115831
|
115832
|
115833
|
118198
|
118199
|
118205
|
118318
|
118329
|
118330
|
118331
|
118356