20140809211540_remove_service_index_on_user_id.rb 119B

    class RemoveServiceIndexOnUserId < ActiveRecord::Migration def change remove_index :services, :user_id end end