Add anomaly detection flag to exercise collections
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddAnomalyDetectionFlagToExerciseCollection < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :exercise_collections, :use_anomaly_detection, :boolean, :default => false
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user