Remove anomaly detection artifact from schema

This commit is contained in:
Maximilian Grundke
2017-11-22 14:06:33 +01:00
committed by GitHub
parent 34b2bf9eb1
commit 2ed54705ff

View File

@ -104,7 +104,6 @@ ActiveRecord::Schema.define(version: 20171120153705) do
t.string "name"
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "use_anomaly_detection", default: false
end
create_table "exercise_collections_exercises", id: false, force: :cascade do |t|