mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Registrations dashbox eliminated from registrations
This commit is contained in:
parent
62c3ee1631
commit
1d7f3207a6
5 changed files with 205 additions and 209 deletions
|
|
@ -352,9 +352,13 @@ ActiveRecord::Schema.define(version: 20160427104236) 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