My logs are currently getting spammed with the following error:
2025-11-27 17:04:15.795 EST [3755482] ERROR: duplicate key value violates unique constraint "IX_ItemValues_Type_Value"
2025-11-27 17:04:15.795 EST [3755482] DETAIL: Key ("Type", "Value")=(6, "name of item") already exists.
2025-11-27 17:04:15.795 EST [3755482] STATEMENT: INSERT INTO "ItemValues" ("ItemValueId", "CleanValue", "Type", "Value")
VALUES ($1, $2, $3, $4)
The constraint is an index in the ItemValue table.
My logs are currently getting spammed with the following error:
2025-11-27 17:04:15.795 EST [3755482] ERROR: duplicate key value violates unique constraint "IX_ItemValues_Type_Value"
2025-11-27 17:04:15.795 EST [3755482] DETAIL: Key ("Type", "Value")=(6, "name of item") already exists.
2025-11-27 17:04:15.795 EST [3755482] STATEMENT: INSERT INTO "ItemValues" ("ItemValueId", "CleanValue", "Type", "Value")
VALUES ($1, $2, $3, $4)
The constraint is an index in the ItemValue table.