Project

General

Profile

Download (145 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddDefaultOrganizationIdToUsers < ActiveRecord::Migration
def change
add_column :users, :default_organization_id, :integer
end
end
(190-190/281)