File size: 147 Bytes
def1299
 
 
 
 
1
2
3
4
5
6
class AddCompilerOptionsToSubmission < ActiveRecord::Migration[5.0]
  def change
    add_column :submissions, :compiler_options, :string
  end
end