source: de.wigbels.ruby/contact/db/migrate/008_drop_indizes.rb @ 7b7d827

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 162 bytes
Line 
1class DropIndizes < ActiveRecord::Migration
2  def self.up
3    remove_index :contacts, :id
4    remove_index :contactgroups, :id
5  end
6 
7  def self.down
8  end
9end
Note: See TracBrowser for help on using the repository browser.