source: de.wigbels.ruby/contact/db/migrate/008_drop_indizes.rb@ 8f3c501

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

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 162 bytes
RevLine 
[7b7d827]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.