Project

General

Profile

Download (150 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddDefaultOrganizationIdToUsers < ActiveRecord::Migration[4.2]
def change
add_column :users, :default_organization_id, :integer
end
end
(190-190/407)