Commit 2e4483b0
Changed files (1)
db
db/migrate/20121007153155_migrate_images_to_photos.rb
@@ -15,6 +15,7 @@ class MigrateImagesToPhotos < ActiveRecord::Migration
photo.save!
puts "#{index}. migrated #{creation.image.url} to #{photo.attributes}"
end
+ #remove_column :creations, :image
end
def down