Adds include_banner_in_splash to settings dashboard

This commit is contained in:
Gopesh Tulsyan 2014-06-20 19:22:25 +05:30
parent 095aa2b020
commit 524f22835d
4 changed files with 10 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: 20140620130306) do
ActiveRecord::Schema.define(version: 20140620134535) do
create_table "answers", force: true do |t|
t.string "title"
@ -99,6 +99,7 @@ ActiveRecord::Schema.define(version: 20140620130306) do
t.string "banner_photo_content_type"
t.integer "banner_photo_file_size"
t.datetime "banner_photo_updated_at"
t.boolean "include_banner_in_splash", default: false
end
create_table "conferences_questions", id: false, force: true do |t|