diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-11-15 14:02:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 14:02:34 +0000 |
commit | 657d614f6a53f3dbfd2858bd85d0f81563db0041 (patch) | |
tree | 6ef5a4a9a9b3aaa14f0e80989c23445b59de3d38 /synapse/storage | |
parent | Add optional python dependencies to snap packaging (#6317) (diff) | |
download | synapse-657d614f6a53f3dbfd2858bd85d0f81563db0041.tar.xz |
Replace UPDATE with UPSERT on device_max_stream_id table (#6363)
Diffstat (limited to 'synapse/storage')
-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 |