Postgresql – "django.db.utils.ProgrammingError: relation already exists" for unique together constraint
How can I list all uniqueness constraints on a table and delete any ones that conflict with my Django migrations? Lots of other StackOverflow questions have asked about "relation already exist" errors, but this is specific to the uniqueness constraints.…