partial migration to tagged logs
This commit is contained in:
@@ -36,7 +36,7 @@ namespace :ib do
|
||||
.where(blob_entry_sha256: nil)
|
||||
.where("url_str <> ?", "")
|
||||
.find_each do |file|
|
||||
Domain::Inkbunny::Job::FileJob.new.perform(file: file)
|
||||
Domain::Inkbunny::Job::StaticFileJob.new.perform(file: file)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user