diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-18 16:29:34 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-18 16:29:34 +0000 |
commit | dcd4162d10ae63f54d380dcb538fac23f289e505 (patch) | |
tree | 357709e15571339e8a559b29caad4409547d557e /synapse/storage/data_stores/main/deviceinbox.py | |
parent | Add optional python dependencies to snap packaging (#6317) (diff) | |
parent | Replace UPDATE with UPSERT on device_max_stream_id table (#6363) (diff) | |
download | synapse-dcd4162d10ae63f54d380dcb538fac23f289e505.tar.xz |
Replace UPDATE with UPSERT on device_max_stream_id table (#6363)
* commit '657d614f6': Replace UPDATE with UPSERT on device_max_stream_id table (#6363)
Diffstat (limited to 'synapse/storage/data_stores/main/deviceinbox.py')
-rw-r--r-- | synapse/storage/data_stores/main/deviceinbox.py | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/synapse/storage/data_stores/main/deviceinbox.py b/synapse/storage/data_stores/main/deviceinbox.py |