mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Remove uses of REPLACE and ON CONFLICT IGNORE to make the SQL more portable.
This commit is contained in:
parent
9a7f496298
commit
6e7131f02f
4 changed files with 4 additions and 16 deletions
|
@ -66,7 +66,6 @@ class KeyStore(SQLBaseStore):
|
|||
"ts_added_ms": time_now_ms,
|
||||
"tls_certificate": buffer(tls_certificate_bytes),
|
||||
},
|
||||
or_ignore=True,
|
||||
)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
|
@ -116,5 +115,4 @@ class KeyStore(SQLBaseStore):
|
|||
"ts_added_ms": time_now_ms,
|
||||
"verify_key": buffer(verify_key.encode()),
|
||||
},
|
||||
or_ignore=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue