source:
de.wigbels.ruby/contact/db/migrate/008_drop_indizes.rb@
0f6d75f
Last change on this file since 0f6d75f was 7b7d827, checked in by , 11 years ago | |
---|---|
|
|
File size: 162 bytes |
Rev | Line | |
---|---|---|
[7b7d827] | 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.