removed expected working time from show/create/index and database since we do not use it
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