No Description http://j1x-huginn.herokuapp.com
class AddUidColumnToServices < ActiveRecord::Migration def change add_column :services, :uid, :string add_index :services, :uid add_index :services, :provider end end