实训关卡的超时时间默认设置成20

dev_bj
daiao 6 years ago
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…
Cancel
Save