summaryrefslogtreecommitdiff
path: root/db/migrate/20120724131905_add_uuid_to_callthroughs.rb
blob: 9ec067b7bd552883c77dc3d5d52166f8fb8c6a8b (plain)
1
2
3
4
5
6
class AddUuidToCallthroughs < ActiveRecord::Migration
  def change
    add_column :callthroughs, :uuid, :string

  end
end