Skip to content

Commit

Permalink
Add draft to db/schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrne committed Dec 3, 2016
1 parent 910150e commit 6397bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/schema.rb
Expand Up @@ -70,9 +70,10 @@
t.boolean "active"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "kind", default: 0
t.string "organizer"
t.string "knowledge_level"
t.boolean "draft"
t.integer "kind", default: 0
end

create_table "profiles", force: :cascade do |t|
Expand Down

0 comments on commit 6397bde

Please sign in to comment.