Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #242 from clouserw/random
Browse files Browse the repository at this point in the history
update anonymizer; bug 690450
  • Loading branch information
clouserw committed Oct 6, 2011
2 parents bd83902 + 6e452be commit cc785c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configs/mysql-anonymous/anonymize.yml
@@ -1,7 +1,10 @@
# This is to be used with https://github.com/davedash/mysql-anonymous.
# Last updated 2011-10-05; Migration 253
database:
truncate:
- abuse_reports
- addonlogs
- addon_purchase
- api_auth_tokens
- approvals
- auth_group
Expand All @@ -18,6 +21,8 @@ database:
- django_session
- django_site
- download_counts
- editor_subscriptions
- email_preview
- eventlog
- facebook_data
- facebook_detected
Expand All @@ -30,7 +35,9 @@ database:
- hubrsskeys
- log_activity
- log_activity_addon
- log_activity_comment
- log_activity_user
- log_activity_version
- piston_consumer
- piston_nonce
- piston_token
Expand All @@ -47,6 +54,7 @@ database:
- stats_share_counts_totals
- subscription_events
- update_counts
- users_history
- users_versioncomments
- versioncomments
tables:
Expand All @@ -56,6 +64,8 @@ database:
- average_daily_downloads
- average_daily_users
- total_contributions
addons_premium:
nullify: paypal_permissions_token
addons_users:
delete:
listed: 0
Expand Down

0 comments on commit cc785c4

Please sign in to comment.