Commit 85c69ff1acff95de570eba8a6bbe1806f1deaa3c

Authored by Tallys Martins
1 parent 2685bca3
Exists in stable-spb-1.5

Revert "Add migration to generate missed thumbnails"

This reverts commit 24083e6697fcd3c3faba908d5d42ffa40e7369a2.
db/migrate/20160309120350_generate_missed_thumbnails.rb
... ... @@ -1,5 +0,0 @@
1   -class GenerateMissedThumbnails < ActiveRecord::Migration
2   - def up
3   - UploadedFile.find_each {|f| f.create_thumbnails if f.thumbnails.empty? }
4   - end
5   -end