mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -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
|
@ -124,7 +124,6 @@ class StateStore(SQLBaseStore):
|
|||
"state_group": state_group,
|
||||
"event_id": event.event_id,
|
||||
},
|
||||
or_replace=True,
|
||||
)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue