-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
When I add an index like this:
belongs_to :targetable, polymorphic: true, index: true
only targetable_id gets index when I run db:create_indexes. Is that expected?
Perhaps it's enough given that Object IDs are unique across clusters?