#1818 IntegrityError when adding tags
Closed: Fixed 7 years ago Opened 7 years ago by ignatenkobrain.

 (IntegrityError) duplicate key value violates unique constraint "tags_pkey" DETAIL: Key (tag)=(rpm) already exists. 'INSERT INTO tags (tag, date_created) VALUES (%(tag)s, %(date_created)s)' {'date_created': datetime.datetime(2017, 1, 30, 8, 40, 55, 424438), 'tag': u'rpm'} 

It happens on this project: https://pagure.io/fedora-rust/rust2rpm

I tried to add rust,rpm as tags.


I ran into this myself in prod, I'll poke at it

@pingou changed the status to Closed

7 years ago

Login to comment on this ticket.

Metadata