Commit 984c05b1 authored by Michael Kozono's avatar Michael Kozono

Optimize count_verification_failed_wikis SQL

This method has existing tests.
parent a97b9e5b
......@@ -73,7 +73,7 @@ module Geo
end
def count_verification_failed_wikis
Project.verification_failed_wikis.count
ProjectRepositoryState.verification_failed_wikis.count
end
private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment