Merge branch 'master' into add_groups

This commit is contained in:
rteusner
2018-12-13 16:28:34 +01:00
committed by Sebastian Serth
47 changed files with 253 additions and 116 deletions

View File

@ -263,6 +263,10 @@ ActiveRecord::Schema.define(version: 2018_11_29_093207) do
t.string "token"
t.datetime "created_at"
t.datetime "updated_at"
t.string "user_type"
t.bigint "user_id"
t.boolean "public"
t.index ["user_type", "user_id"], name: "index_proxy_exercises_on_user_type_and_user_id"
end
create_table "remote_evaluation_mappings", force: :cascade do |t|