summaryrefslogtreecommitdiff
path: root/db/migrate/20111121105916_add_sip_domain_id_to_sip_accounts.rb
blob: 86f7743add523d7ab7db7fa6f80994c0be2bb878 (plain)
1
2
3
4
5
class AddSipDomainIdToSipAccounts < ActiveRecord::Migration
  def change
    add_column :sip_accounts, :sip_domain_id, :integer
  end
end