forked from bofh/fetsite
foto exif
This commit is contained in:
5
db/migrate/20150401115254_add_date_to_foto.rb
Normal file
5
db/migrate/20150401115254_add_date_to_foto.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddDateToFoto < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :fotos, :taken_at, :timestamp
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user