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

6 lines
114 B
Ruby

class AddDateToFoto < ActiveRecord::Migration
def change
add_column :fotos, :taken_at, :timestamp
end
end