Spaces:
Build error
Build error
File size: 185 Bytes
def1299 |
1 2 3 4 5 6 7 |
class AddHostsToSubmission < ActiveRecord::Migration[5.2]
def change
add_column :submissions, :queue_host, :string
add_column :submissions, :execution_host, :string
end
end
|