mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:26:01 -04:00
parent
c0df6bae06
commit
daca7b2794
5 changed files with 10 additions and 9 deletions
|
@ -959,7 +959,7 @@ class Porter(object):
|
|||
def r(txn):
|
||||
txn.execute(
|
||||
"ALTER SEQUENCE event_auth_chain_id RESTART WITH %s",
|
||||
(curr_chain_id,),
|
||||
(curr_chain_id + 1,),
|
||||
)
|
||||
|
||||
if curr_chain_id is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue