counter cache for user model

This commit is contained in:
Dylan Knutson
2025-03-21 05:24:15 +00:00
parent dab811d784
commit 7d0d94d761
23 changed files with 1389 additions and 21 deletions

View File

@@ -70,6 +70,9 @@ namespace :blob_file do
puts "error saving blob file #{sha256_hex}: #{e}"
end
end
rescue => e
puts "error migrating blob entry: #{missing_sha256s.map { |sha256| HexUtil.bin2hex(sha256) }}"
raise e
end
num_migrated
end