added missing proxyexercise which caused problems when recommending exercises

This commit is contained in:
Thomas Hille
2017-03-21 16:14:49 +01:00
parent 4a9867b81b
commit dbfff77a40

View File

@ -0,0 +1,7 @@
class AddReasonToUserProxyExerciseExercise < ActiveRecord::Migration
def change
change_table :user_proxy_exercise_exercises do |t|
t.string :reason
end
end
end