Merge pull request #129 from ThommyH/removeExpectedWorkingTime
removed expected working time from show/create/index of exercises
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class RemoveExpectedWorkingTime < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :exercises, :expected_worktime_seconds
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user