mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 19:44:06 -04:00
use an upsert to update device_lists_outbound_last_success
This commit is contained in:
parent
0f6ebf393d
commit
e48361545d
4 changed files with 72 additions and 18 deletions
|
@ -79,6 +79,7 @@ UNIQUE_INDEX_BACKGROUND_UPDATES = {
|
|||
"device_lists_remote_extremeties": "device_lists_remote_extremeties_unique_idx",
|
||||
"device_lists_remote_cache": "device_lists_remote_cache_unique_idx",
|
||||
"event_search": "event_search_event_id_idx",
|
||||
"device_lists_outbound_last_success": "device_lists_outbound_last_success_unique_idx",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue