Files
codeocean/db/migrate/20140723135530_add_test_command_to_execution_environments.rb

6 lines
156 B
Ruby

class AddTestCommandToExecutionEnvironments < ActiveRecord::Migration
def change
add_column :execution_environments, :test_command, :string
end
end