Adds photo to venue

This commit is contained in:
Gopesh Tulsyan 2014-06-14 18:33:39 +05:30
parent b94ee7e758
commit f5c5e6a44b
6 changed files with 24 additions and 2 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20140612181230) do
ActiveRecord::Schema.define(version: 20140613083115) do
create_table "answers", force: true do |t|
t.string "title"
@ -390,6 +390,10 @@ ActiveRecord::Schema.define(version: 20140612181230) do
t.string "offline_map_bounds"
t.datetime "created_at"
t.datetime "updated_at"
t.string "photo_file_name"
t.string "photo_content_type"
t.integer "photo_file_size"
t.datetime "photo_updated_at"
end
create_table "versions", force: true do |t|