mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
db consistency check for mismatching topic_ids in user_actions
fix up post mover so it remaps user actions as well move specs for post mover into post_mover_spec
This commit is contained in:
@@ -6,6 +6,7 @@ module Jobs
|
||||
UserVisit.ensure_consistency!
|
||||
Group.refresh_automatic_groups!
|
||||
Notification.ensure_consistency!
|
||||
UserAction.ensure_consistency!
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user