summaryrefslogtreecommitdiff
path: root/db/migrate/20120724131815_add_uuid_to_conferences.rb
blob: 17c26a5720a5fc95e1283bac9c2681f3a12eff62 (plain)
1
2
3
4
5
6
class AddUuidToConferences < ActiveRecord::Migration
  def change
    add_column :conferences, :uuid, :string

  end
end