I'm trying to tag a piece of art that has a character drawn by the artist of that character.
I'm getting an error
PGError: ERROR: duplicate key value violates unique constraint "posts_tags_post_tag_idx"
DETAIL: Key (post_id, tag_id)=(513796, 172930) already exists.
: INSERT INTO "posts_tags" ("post_id", "tag_id") VALUES(513796, 172930) RETURNING "id"
What's the work around for a tag that works as both an artist and character?
The post in question is
post #513796
The character and artist is Yifftrooper501
Updated by Jugofthat