refactor to put fav_id on FaUserPostFav

This commit is contained in:
Dylan Knutson
2025-07-11 03:34:39 +00:00
parent acc2f9a240
commit c37e3c1024
30 changed files with 1110 additions and 893 deletions

View File

@@ -131,7 +131,7 @@ namespace :fa do
).perform_later({ url_name: url_name, force_scan: true })
end
desc "backfill FaFavIdAndDate from exisitng user page and favs scans"
desc "backfill FaUserPostFav from exisitng user page and favs scans"
task backfill_favs_and_dates: %i[set_logger_stdout environment] do
start_at = ENV["start_at"]
mode = ENV["mode"] || "both"