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…
Reference in new issue