测试集输入增长

dev_trainings
daiao 6 years ago
parent 1519881efd
commit 5b6b957853

@ -0,0 +1,8 @@
class ModifyInputForTestSets < ActiveRecord::Migration
def up
change_column :test_sets, :input, :text
end
def down
end
end
Loading…
Cancel
Save