Mforns has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/365027 )
Change subject: Remove 2 schemas from EventLogging purging white-list ...................................................................... Remove 2 schemas from EventLogging purging white-list Removes UploadWizardUploadActions and MediaWikiInstallPingback from modules/role/files/mariadb/eventlogging_purging_whitelist.tsv. UploadWizardUploadActions is an old schema that does not have any tables in the DB any more. MediaWikiInstallPingback is a new-ish schema that still does not have events, so also no table in the DB. Bug: T156933 Change-Id: I0680ff11aa3b94c846466e18d80ecc45633c1bc9 --- M modules/role/files/mariadb/eventlogging_purging_whitelist.tsv 1 file changed, 0 insertions(+), 18 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/27/365027/1 diff --git a/modules/role/files/mariadb/eventlogging_purging_whitelist.tsv b/modules/role/files/mariadb/eventlogging_purging_whitelist.tsv index 62d6f0c..65f3b3e 100644 --- a/modules/role/files/mariadb/eventlogging_purging_whitelist.tsv +++ b/modules/role/files/mariadb/eventlogging_purging_whitelist.tsv @@ -214,16 +214,6 @@ GuidedTour isTruncated GuidedTour webHost GuidedTour wiki -MediaWikiInstallPingback webHost -MediaWikiInstallPingback wiki -MediaWikiInstallPingback event_MediaWiki -MediaWikiInstallPingback event_OS -MediaWikiInstallPingback event_PHP -MediaWikiInstallPingback event_arch -MediaWikiInstallPingback event_curl -MediaWikiInstallPingback event_database -MediaWikiInstallPingback event_machine -MediaWikiInstallPingback event_webServer MobileOptionsTracking clientValidated MobileOptionsTracking event_action MobileOptionsTracking event_alpha @@ -951,14 +941,6 @@ UploadWizardTutorialActions event_username UploadWizardTutorialActions event_language UploadWizardTutorialActions event_action -UploadWizardUploadActions webHost -UploadWizardUploadActions wiki -UploadWizardUploadActions event_username -UploadWizardUploadActions event_language -UploadWizardUploadActions event_filetype -UploadWizardUploadActions event_error -UploadWizardUploadActions event_numuploads -UploadWizardUploadActions event_action MobileWikiAppFeed userAgent MobileWikiAppFeed webHost MobileWikiAppFeed wiki -- To view, visit https://gerrit.wikimedia.org/r/365027 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0680ff11aa3b94c846466e18d80ecc45633c1bc9 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mforns <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
