Skip to content

Commit

Permalink
down migration: remove index on "tolk_phrases.key"
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 26, 2010
1 parent 83fa1aa commit 3e25a75
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -32,6 +32,7 @@ def self.up
def self.down
remove_index :tolk_translations, :column => [:phrase_id, :locale_id]
remove_index :tolk_locales, :column => :name
remove_index :tolk_phrases, :column => :key

drop_table :tolk_translations
drop_table :tolk_phrases
Expand Down

0 comments on commit 3e25a75

Please sign in to comment.