Make ticket layout configurable

This commit is contained in:
siddhantbajaj 2017-06-30 05:26:21 +05:30
parent f37d3095e1
commit a21d95c486
7 changed files with 19 additions and 1 deletions

View file

@ -105,6 +105,7 @@ ActiveRecord::Schema.define(version: 20170603095900) do
t.integer "start_hour", default: 9
t.integer "end_hour", default: 20
t.integer "organization_id"
t.integer "ticket_layout", default: 0
end
add_index "conferences", ["organization_id"], name: "index_conferences_on_organization_id"