Files
fetsite/db/migrate/20150401111040_add_exif_to_foto.rb
Andreas Stephanides b04b23e647 foto exif
2015-04-07 23:19:27 +02:00

7 lines
150 B
Ruby

class AddExifToFoto < ActiveRecord::Migration
def change
add_column :fotos, :exif, :string
add_column :fotos, :has_exif, :boolean
end
end