summaryrefslogtreecommitdiff
path: root/db/migrate/20120728091842_add_is_native_to_sip_account.rb
blob: de230d140ffcf7510b7e02f93b084c48254d6cdf (plain)
1
2
3
4
5
6
class AddIsNativeToSipAccount < ActiveRecord::Migration
  def change
    add_column :sip_accounts, :is_native, :boolean

  end
end