Lwelling has uploaded a new change for review. https://gerrit.wikimedia.org/r/60743
Change subject: Update event logging schema for Echo to match schema at http://meta.wikimedia.org/w/index.php?title=Schema%3AEcho&diff=5417976&oldid=5364744 ...................................................................... Update event logging schema for Echo to match schema at http://meta.wikimedia.org/w/index.php?title=Schema%3AEcho&diff=5417976&oldid=5364744 Change-Id: I55e3d57126936519d1abbcaa50d7ae8965b84f64 --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/43/60743/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 9218331..93992ae 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'] = 5417976; $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: newchange Gerrit-Change-Id: I55e3d57126936519d1abbcaa50d7ae8965b84f64 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Lwelling <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
