parent
29ea63a98f
commit
5b1abe2d64
@ -0,0 +1,8 @@
|
|||||||
|
class ChangeExecTimeDefaultForChallenges < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
change_column :challenges, :exec_time, :integer, :default => 20
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue