Skip to content

Instantly share code, notes, and snippets.

@LeoMcA
Last active January 24, 2017 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeoMcA/23830c90da612617c7688c2521ae7606 to your computer and use it in GitHub Desktop.
Save LeoMcA/23830c90da612617c7688c2521ae7606 to your computer and use it in GitHub Desktop.
Mozilla Discourse: migrate images from old bucket to new
PostUpload.all.each do |post_upload|
Jobs.enqueue(:pull_hotlinked_images, post_id: post_upload.post.id) unless post_upload.post.nil?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment