summaryrefslogtreecommitdiff
path: root/db/migrate/20120416074152_callforward_rules_act_per_sip_account_to_sip_account.rb
blob: 72cac098854a3c86a70a4b26545b7901363b9ee1 (plain)
1
2
3
4
5
class CallforwardRulesActPerSipAccountToSipAccount < ActiveRecord::Migration
  def change
    add_column :sip_accounts, :callforward_rules_act_per_sip_account, :boolean
  end
end