20140809211540_remove_service_index_on_user_id.rb 119 B

12345
  1. class RemoveServiceIndexOnUserId < ActiveRecord::Migration
  2. def change
  3. remove_index :services, :user_id
  4. end
  5. end