Skip to content

Drop extra campaign_contact_tag campaign_contact_id index #200

Description

@ajohn25

Is your feature request related to a problem? Please describe.
It appears that the separate index on campaign_contact_tag.campaign_contact_id is unecessary, given the composite primary key index on (campaign_contact_id, tag_id) already exists https://www.postgresql.org/docs/current/indexes-multicolumn.html

Describe the solution you'd like
Drop the extra index (after verifying it doesn't actually have any effect

Describe alternatives you've considered
Keep it

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions