Revert "add is_keynote attribute to event_types"
This reverts commit 96253b1fe048e2052fc35e961c5afbf27d0ef740. Conflicts: app/models/conference.rb
This commit is contained in:
parent
c787190571
commit
c9615f1880
9 changed files with 11 additions and 25 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20141207115535) do
|
||||
ActiveRecord::Schema.define(version: 20141130182139) do
|
||||
|
||||
create_table "ahoy_events", force: true do |t|
|
||||
t.uuid "visit_id"
|
||||
|
|
@ -191,12 +191,11 @@ ActiveRecord::Schema.define(version: 20141207115535) do
|
|||
|
||||
create_table "event_types", force: true do |t|
|
||||
t.integer "conference_id"
|
||||
t.string "title", null: false
|
||||
t.string "title", null: false
|
||||
t.integer "length", default: 30
|
||||
t.integer "minimum_abstract_length", default: 0
|
||||
t.integer "maximum_abstract_length", default: 500
|
||||
t.string "color"
|
||||
t.boolean "is_keynote", default: false
|
||||
end
|
||||
|
||||
create_table "event_users", force: true do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue