Add confirmed booths to splashpage

This commit is contained in:
nasia 2017-07-27 11:22:14 +03:00
parent 7107f9a35f
commit f4b2115ed7
10 changed files with 51 additions and 1 deletions

View file

@ -451,6 +451,7 @@ ActiveRecord::Schema.define(version: 20170807092805) do
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "include_cfp", default: false
t.boolean "include_booths"
end
create_table "sponsors", force: :cascade do |t|