schema change??

master
Espen Antonsen 2011-04-25 13:51:44 +08:00
parent 316d7f974e
commit 18333f5dc1
1 changed files with 1 additions and 1 deletions

View File

@ -70,10 +70,10 @@ ActiveRecord::Schema.define(:version => 20100412220801) do
t.integer "album_id"
t.datetime "created_at"
t.datetime "updated_at"
t.text "path"
t.float "longitude"
t.float "latitude"
t.string "file"
t.text "path"
end
add_index "photos", ["album_id"], :name => "index_photos_on_album_id"