Project

General

Profile

Download (140 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddDomainToComputeResources < ActiveRecord::Migration[4.2]
def change
add_column :compute_resources, :domain, :string
end
end
(352-352/405)