mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Indexing a polymorphic assoc adds index on type and id [ci skip]
This commit is contained in:
parent
edbcdb95ff
commit
683ad0b471
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ class CreatePictures < ActiveRecord::Migration
|
|||
t.timestamps null: false
|
||||
end
|
||||
|
||||
add_index :pictures, :imageable_id
|
||||
add_index :pictures, [:imageable_id, :imageable_type]
|
||||
end
|
||||
end
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue