mastodon.cardina1.red は、数々の独立したMastodonサーバーのうちのひとつです。サーバーに登録してFediverseのコミュニティに加わってみませんか。

サーバーの情報

3
人のアクティブユーザー

らりお・ザ・何らかの🈗然㊌ソムリエ

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 してから作り直します