Merge pull request #129 from ThommyH/removeExpectedWorkingTime

removed expected working time from show/create/index of exercises
This commit is contained in:
rteusner
2017-11-15 14:26:12 +01:00
committed by GitHub
8 changed files with 9 additions and 14 deletions

View File

@ -0,0 +1,5 @@
class RemoveExpectedWorkingTime < ActiveRecord::Migration
def change
remove_column :exercises, :expected_worktime_seconds
end
end