diff options
| author | hukl <contact@smyck.org> | 2009-10-21 21:53:37 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-21 21:53:37 +0200 |
| commit | 31c547274a0609a5e1aeccb4da00ef228a5ae8e2 (patch) | |
| tree | 36f7f64153cec7cf32bc253f8f5a47fa7e127d7a /db | |
| parent | 20056a0e9b4f96680ca0c643166885f65dcd0be7 (diff) | |
fixed migration - globalize2 add index itself
Diffstat (limited to 'db')
| -rw-r--r-- | db/migrate/20090901095657_add_indices.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20090901095657_add_indices.rb b/db/migrate/20090901095657_add_indices.rb index dd31046..6dd54b2 100644 --- a/db/migrate/20090901095657_add_indices.rb +++ b/db/migrate/20090901095657_add_indices.rb | |||
| @@ -20,7 +20,6 @@ class AddIndices < ActiveRecord::Migration | |||
| 20 | end | 20 | end |
| 21 | 21 | ||
| 22 | change_table :page_translations do |t| | 22 | change_table :page_translations do |t| |
| 23 | t.index :page_id | ||
| 24 | t.index :locale | 23 | t.index :locale |
| 25 | end | 24 | end |
| 26 | end | 25 | end |
