summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-06-04 16:43:45 +0100
committerDavid Baker <dave@matrix.org>2015-06-04 16:43:45 +0100
commitda84946de416aff67eea67550cc2b68c95d2868d (patch)
treeadd6c3384937ef2ac07f7a16d9b852b1cf8b8fb6 /synapse/storage
parentAdd script to (re)convert the pushers table to changing the unique key. Also ... (diff)
downloadsynapse-da84946de416aff67eea67550cc2b68c95d2868d.tar.xz
pep8
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/schema/delta/20/pushers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/20/pushers.py b/synapse/storage/schema/delta/20/pushers.py
index f09b41559c..543e57bbe2 100644
--- a/synapse/storage/schema/delta/20/pushers.py
+++ b/synapse/storage/schema/delta/20/pushers.py
@@ -74,4 +74,3 @@ def run_upgrade(cur, database_engine, *args, **kwargs):
     cur.execute("DROP TABLE pushers")
     cur.execute("ALTER TABLE pushers2 RENAME TO pushers")
     logger.info("Moved %d pushers to new table", count)
-