added reason vor proxy exercise

This commit is contained in:
Thomas Hille
2017-03-02 16:16:27 +01:00
parent a481ec0da8
commit 7ef318713b
2 changed files with 16 additions and 1 deletions

View File

@ -5,6 +5,7 @@ class CreateInterventions < ActiveRecord::Migration
t.belongs_to :exercise
t.belongs_to :intervention
t.integer :accumulated_worktime_s
t.text :reason
t.timestamps
end