Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Taking index off created_on to prevent issue with Rails 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
patio11 committed Aug 16, 2009
1 parent 9b7ae35 commit a120f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/abingo_migration/templates/abingo_migration.rb
Expand Up @@ -8,7 +8,7 @@ def self.up
end

add_index "experiments", "test_name"
add_index "experiments", "created_on"
#add_index "experiments", "created_on"

create_table "alternatives", :force => true do |t|
t.string :experiment_id
Expand Down

0 comments on commit a120f95

Please sign in to comment.