Fix #4148: Don't prune votes.

This commit is contained in:
evazion
2019-08-31 20:09:41 -05:00
parent b77eebf136
commit 80d881bfcb
3 changed files with 0 additions and 10 deletions

View File

@@ -11,8 +11,6 @@ module DanbooruMaintenance
PostPruner.new.prune!
Upload.where('created_at < ?', 1.day.ago).delete_all
Delayed::Job.where('created_at < ?', 45.days.ago).delete_all
PostVote.prune!
CommentVote.prune!
PostDisapproval.prune!
ForumSubscription.process_all!
TagAlias.update_cached_post_counts_for_all