Commit 6c7b80b0ac78bfbabe0c007f79e759fc218e4f93
1 parent
a2f0c417
Exists in
master
and in
1 other branch
remove index that was only available locally
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
db/schema.rb
@@ -251,7 +251,6 @@ ActiveRecord::Schema.define(:version => 20110620185325) do | @@ -251,7 +251,6 @@ ActiveRecord::Schema.define(:version => 20110620185325) do | ||
251 | 251 | ||
252 | add_index "votes", ["choice_id"], :name => "choice_id_idx" | 252 | add_index "votes", ["choice_id"], :name => "choice_id_idx" |
253 | add_index "votes", ["loser_choice_id"], :name => "loser_choice_id_idx" | 253 | add_index "votes", ["loser_choice_id"], :name => "loser_choice_id_idx" |
254 | - add_index "votes", ["question_id", "created_at"], :name => "question_id_created_at_idx" | ||
255 | add_index "votes", ["question_id"], :name => "question_id_idx" | 254 | add_index "votes", ["question_id"], :name => "question_id_idx" |
256 | add_index "votes", ["voter_id"], :name => "index_votes_on_voter_id" | 255 | add_index "votes", ["voter_id"], :name => "index_votes_on_voter_id" |
257 | 256 |