source:
de.wigbels.ruby/contact/db/migrate/008_drop_indizes.rb@
e9f5e39
Last change on this file since e9f5e39 was 7b7d827, checked in by , 11 years ago | |
---|---|
|
|
File size: 162 bytes |
Line | |
---|---|
1 | class 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 |
9 | end |
Note:
See TracBrowser
for help on using the repository browser.