0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-13 17:53:20 +01:00
This commit is contained in:
Erik Johnston 2015-11-19 09:11:42 +00:00
parent 162e2c1ce5
commit b361440738

View file

@ -231,7 +231,7 @@ class Porter(object):
next_chunk = rows[-1][0] + 1 next_chunk = rows[-1][0] + 1
if table == "event_search": if table == "event_search":
# We have to treat event_search differnetly since it has a # We have to treat event_search differently since it has a
# different structure in the two different databases. # different structure in the two different databases.
def insert(txn): def insert(txn):
sql = ( sql = (