schema change??
This commit is contained in:
parent
316d7f974e
commit
18333f5dc1
|
@ -70,10 +70,10 @@ ActiveRecord::Schema.define(:version => 20100412220801) do
|
||||||
t.integer "album_id"
|
t.integer "album_id"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
|
t.text "path"
|
||||||
t.float "longitude"
|
t.float "longitude"
|
||||||
t.float "latitude"
|
t.float "latitude"
|
||||||
t.string "file"
|
t.string "file"
|
||||||
t.text "path"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "photos", ["album_id"], :name => "index_photos_on_album_id"
|
add_index "photos", ["album_id"], :name => "index_photos_on_album_id"
|
||||||
|
|
Loading…
Reference in a new issue