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:
Sam
2013-07-17 16:40:15 +10:00
parent c2be81a76e
commit 81616a46ba
6 changed files with 226 additions and 175 deletions

View File

@@ -6,6 +6,7 @@ module Jobs
UserVisit.ensure_consistency!
Group.refresh_automatic_groups!
Notification.ensure_consistency!
UserAction.ensure_consistency!
end
end
end