postgres=# CREATE UNIQUE INDEX index_conversations_on_uri ON conversations (uri);
ERROR: could not create unique index "index_conversations_on_uri"
DETAIL: Key (uri)=(tag:sukebeneko.com,2020-05-04:objectId=15173825:objectType=Conversation) is duplicated.
postgres=#
というわけで、 index_conversations_on_uri インデックスが存在していないことが判明したので uri の重複したレコードを dedep してから作り直します