#1818 IntegrityError when adding tags
Closed: Fixed Opened 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

Commit 4dc5c666 fixes this issue

@pingou changed the status to Closed

Metadata