Skip to content

Ticket tag migrations failing for production data #6382

@abhinavk96

Description

@abhinavk96
sqlalchemy.exc.IntegrityError: (psycopg2.errors.UniqueViolation) could not create unique index "unique_ticket_tag"
DETAIL:  Key (name, event_id)=(free, 498) is duplicated.

[SQL: ALTER TABLE ticket_tag ADD CONSTRAINT unique_ticket_tag UNIQUE (name, event_id)]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions