File size: 127 Bytes
def1299
 
 
 
 
1
2
3
4
5
6
class AddStderrToSubmissions < ActiveRecord::Migration[5.0]
  def change
    add_column :submissions, :stderr, :text
  end
end