Add confirmed booths to splashpage
This commit is contained in:
parent
3f324d4e6f
commit
8b5ebb3dd7
10 changed files with 51 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddIncludeBoothsToSplashpages < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :splashpages, :include_booths, :boolean
|
||||
end
|
||||
end
|
||||
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue