Adds instagram url to conference

This commit is contained in:
Gopesh Tulsyan 2014-06-27 22:45:12 +05:30
parent e576db90d7
commit 6ae845143e
4 changed files with 8 additions and 1 deletions

View file

@ -125,6 +125,7 @@ ActiveRecord::Schema.define(version: 20140626123837) do
t.integer "banner_photo_file_size"
t.datetime "banner_photo_updated_at"
t.boolean "include_banner_in_splash", default: false
t.string "instagram_url"
end
create_table "conferences_questions", id: false, force: true do |t|