Merge branch 'master' into crawler
This commit is contained in:
6
db/migrate/20150401111040_add_exif_to_foto.rb
Normal file
6
db/migrate/20150401111040_add_exif_to_foto.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddExifToFoto < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :fotos, :exif, :string
|
||||
add_column :fotos, :has_exif, :boolean
|
||||
end
|
||||
end
|
||||
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