aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/stats.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/stats.rake')
-rw-r--r--lib/tasks/stats.rake4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tasks/stats.rake b/lib/tasks/stats.rake
index 58d6e30fb..4eda27289 100644
--- a/lib/tasks/stats.rake
+++ b/lib/tasks/stats.rake
@@ -112,7 +112,9 @@ namespace :stats do
end
public_body.info_requests_overdue_count = overdue_count + very_overdue_count
public_body.no_xapian_reindex = true
- public_body.save!
+ public_body.without_revision do
+ public_body.save!
+ end
end
end
end