Kaldari has submitted this change and it was merged. Change subject: Update event logging schema for Echo to match schema at http://meta.wikimedia.org/w/index.php?title=Schema%3AEcho&diff=5423520&oldid=5417976 ......................................................................
Update event logging schema for Echo to match schema at http://meta.wikimedia.org/w/index.php?title=Schema%3AEcho&diff=5423520&oldid=5417976 Change-Id: I55e3d57126936519d1abbcaa50d7ae8965b84f64 --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Kaldari: Verified; Looks good to me, approved DarTar: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 9218331..eabbe2b 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -2511,7 +2511,7 @@ $wgJobTypeConf['MWEchoNotificationEmailBundleJob'] = array( 'checkDelay' => true ) + $wgJobTypeConf['default']; $wgEchoConfig['eventlogging']['Echo']['enabled'] = true; - $wgEchoConfig['eventlogging']['Echo']['revision'] = 5364744; + $wgEchoConfig['eventlogging']['Echo']['revision'] = 5423520; $wgEchoEnableEmailBatch = $wmgEchoEnableEmailBatch; $wgEchoEmailFooterAddress = $wmgEchoEmailFooterAddress; $wgEchoBundleEmailInterval = $wmgEchoBundleEmailInterval; -- To view, visit https://gerrit.wikimedia.org/r/60743 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I55e3d57126936519d1abbcaa50d7ae8965b84f64 Gerrit-PatchSet: 3 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Lwelling <[email protected]> Gerrit-Reviewer: DarTar <[email protected]> Gerrit-Reviewer: Kaldari <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
