db: remove tag_aliases.post_count column.
This was only used in autocomplete, but it was unnecessary here because we could already get the post count from the tags table.
This commit is contained in:
@@ -14,7 +14,6 @@ module DanbooruMaintenance
|
||||
Delayed::Job.where('created_at < ?', 45.days.ago).delete_all
|
||||
PostDisapproval.prune!
|
||||
ForumSubscription.process_all!
|
||||
TagAlias.update_cached_post_counts_for_all
|
||||
PostDisapproval.dmail_messages!
|
||||
regenerate_post_counts!
|
||||
SuperVoter.init!
|
||||
|
||||
Reference in New Issue
Block a user