summaryrefslogtreecommitdiff
path: root/db/migrate/20121223111155_add_fallback_sip_account_to_phone.rb
blob: 94a8050d1c21fefe9adc58f1cffc951455f2c032 (plain)
1
2
3
4
5
6
class AddFallbackSipAccountToPhone < ActiveRecord::Migration
  def change
    add_column :phones, :fallback_sip_account_id, :integer

  end
end