Files
codeocean/db/migrate/20140722125431_add_run_command_to_execution_environments.rb

6 lines
154 B
Ruby

class AddRunCommandToExecutionEnvironments < ActiveRecord::Migration
def change
add_column :execution_environments, :run_command, :string
end
end