Няма описание http://j1x-huginn.herokuapp.com

20140811200922_add_uid_column_to_services.rb 183B

    class AddUidColumnToServices < ActiveRecord::Migration def change add_column :services, :uid, :string add_index :services, :uid add_index :services, :provider end end