Skip to content

Commit

Permalink
Fix migration index
Browse files Browse the repository at this point in the history
  • Loading branch information
unixcharles committed May 31, 2011
1 parent 9769a5b commit 7ba5b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/1_create_copywritings.rb
Expand Up @@ -11,7 +11,7 @@ def self.up
t.timestamps
end

add_index :copywriting_phrases, :name, :scope
add_index :copywriting_phrases, [:name, :scope]

load(Rails.root.join('db', 'seeds', 'copywritings.rb'))
end
Expand Down

0 comments on commit 7ba5b60

Please sign in to comment.