summaryrefslogtreecommitdiff
path: root/db/migrate/20111125150925_add_hops_to_call_forward.rb
blob: d7d580c6c166e87e7e3014370f57c658a34b1797 (plain)
1
2
3
4
5
class AddHopsToCallForward < ActiveRecord::Migration
  def change
    add_column :call_forwards, :hops, :integer
  end
end