summaryrefslogtreecommitdiff
path: root/db/migrate/20120927101800_add_goodbye_to_automatic_call_distributors.rb
blob: 5313bbaae77ae7f05b1efcd65423d8539cb306a3 (plain)
1
2
3
4
5
6
class AddGoodbyeToAutomaticCallDistributors < ActiveRecord::Migration
  def change
    add_column :automatic_call_distributors, :goodbye, :string

  end
end