mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -06:00
Update index for event ID and server name
This commit is contained in:
parent
a66e2084e8
commit
b6ef3996f2
|
|
@ -48,7 +48,7 @@ CREATE TABLE IF NOT EXISTS federationsender_queue_retry (
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE UNIQUE INDEX IF NOT EXISTS federationsender_queue_retry_event_id_idx
|
CREATE UNIQUE INDEX IF NOT EXISTS federationsender_queue_retry_event_id_idx
|
||||||
ON federationsender_queue_retry (event_id);
|
ON federationsender_queue_retry (event_id, server_name);
|
||||||
`
|
`
|
||||||
|
|
||||||
const insertRetrySQL = "" +
|
const insertRetrySQL = "" +
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue