class DropIndizes < ActiveRecord::Migration def self.up remove_index :contacts, :id remove_index :contactgroups, :id end def self.down end end