commit
5d5ad9348c
8 changed files with 300 additions and 195 deletions
|
|
@ -343,9 +343,13 @@ ActiveRecord::Schema.define(version: 20160624151257) do
|
|||
t.boolean "include_registrations"
|
||||
t.boolean "include_sponsors"
|
||||
t.boolean "include_lodgings"
|
||||
t.string "banner_photo_file_name"
|
||||
t.string "banner_photo_content_type"
|
||||
t.integer "banner_photo_file_size"
|
||||
t.datetime "banner_photo_updated_at"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.boolean "include_cfp", default: false
|
||||
t.boolean "include_cfp", default: false
|
||||
end
|
||||
|
||||
create_table "sponsors", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue