From 7ea36c899372e8e113935ff036e992a819d786b6 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 28 May 2014 11:04:37 -0400 Subject: Revert previous commit to re-apply with the schema change in a separate commit. This reverts commit b6b83df873a1509797235738e00f9e6307eca876. --- contrib/sanitizeme.pl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'contrib') diff --git a/contrib/sanitizeme.pl b/contrib/sanitizeme.pl index c80069912..28c2f38f2 100755 --- a/contrib/sanitizeme.pl +++ b/contrib/sanitizeme.pl @@ -86,7 +86,6 @@ eval { delete_security_groups(); delete_sensitive_user_data(); delete_attachment_data() unless $keep_attachments; - delete_bug_user_last_visit(); disable_email_delivery() unless $enable_email; print "All done!\n"; $dbh->bz_rollback_transaction() if $dry_run; @@ -202,11 +201,6 @@ sub delete_attachment_data { $dbh->do("UPDATE attach_data SET thedata = ''"); } -sub delete_bug_user_last_visit { - print "Removing all entries from bug_user_last_visit...\n" - $dbh->do('TRUNCATE TABLE bug_user_last_visit'); -} - sub disable_email_delivery { # turn off email delivery for all users. print "Turning off email delivery...\n"; -- cgit v1.2.3-24-g4f1b