mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-06 09:57:55 -05:00
Merge pull request #2577 from matrix-org/erikj/fix_port
Fix port script
This commit is contained in:
commit
4ea882ede4
@ -112,6 +112,7 @@ class Store(object):
|
|||||||
|
|
||||||
_simple_update_one = SQLBaseStore.__dict__["_simple_update_one"]
|
_simple_update_one = SQLBaseStore.__dict__["_simple_update_one"]
|
||||||
_simple_update_one_txn = SQLBaseStore.__dict__["_simple_update_one_txn"]
|
_simple_update_one_txn = SQLBaseStore.__dict__["_simple_update_one_txn"]
|
||||||
|
_simple_update_txn = SQLBaseStore.__dict__["_simple_update_txn"]
|
||||||
|
|
||||||
def runInteraction(self, desc, func, *args, **kwargs):
|
def runInteraction(self, desc, func, *args, **kwargs):
|
||||||
def r(conn):
|
def r(conn):
|
||||||
|
Loading…
Reference in New Issue
Block a user