6 lines
139 B
Ruby
6 lines
139 B
Ruby
class AddHelpToExecutionEnvironments < ActiveRecord::Migration
|
|
def change
|
|
add_column :execution_environments, :help, :text
|
|
end
|
|
end
|