added working time estimation into user feedback

This commit is contained in:
Thomas Hille
2017-04-12 10:57:44 +02:00
parent 8ca944558c
commit 3cf123c61e
5 changed files with 49 additions and 7 deletions

View File

@ -1,6 +1,5 @@
class ImproveUserFeedback < ActiveRecord::Migration
def change
remove_column :user_exercise_feedbacks, :difficulty
add_column :user_exercise_feedbacks, :difficulty, :string
add_column :user_exercise_feedbacks, :user_estimated_worktime, :integer
end
end