Merge pull request #1034 from Ana06/statistic

Statistics
This commit is contained in:
Henne Vogelsang 2016-06-30 12:25:59 +02:00 committed by GitHub
commit 5d5ad9348c
8 changed files with 300 additions and 195 deletions

View file

@ -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|