Skip to content

Commit

Permalink
remove_index not remove_column
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamFerguson committed Apr 3, 2012
1 parent a773a4d commit 92e2147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade_migrations/version_1_1_2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ def self.up
end

def self.down
remove_column :impressions, :impressionable_type_message_index
remove_index :impressions, :impressionable_type_message_index
end
end

0 comments on commit 92e2147

Please sign in to comment.