summaryrefslogtreecommitdiff
path: root/db/migrate/20111008112922_add_current_tenant_id_to_users.rb
blob: ff0d78b403e63bdb0ba4568ae2ee2a60084a1852 (plain)
1
2
3
4
5
class AddCurrentTenantIdToUsers < ActiveRecord::Migration
  def change
    add_column :users, :current_tenant_id, :integer
  end
end