added missing proxyexercise which caused problems when recommending exercises
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
class AddReasonToUserProxyExerciseExercise < ActiveRecord::Migration
|
||||
def change
|
||||
change_table :user_proxy_exercise_exercises do |t|
|
||||
t.string :reason
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user