diff options
author | David Baker <dave@matrix.org> | 2015-06-04 16:43:45 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-06-04 16:43:45 +0100 |
commit | da84946de416aff67eea67550cc2b68c95d2868d (patch) | |
tree | add6c3384937ef2ac07f7a16d9b852b1cf8b8fb6 /synapse/storage | |
parent | Add script to (re)convert the pushers table to changing the unique key. Also ... (diff) | |
download | synapse-da84946de416aff67eea67550cc2b68c95d2868d.tar.xz |
pep8
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/schema/delta/20/pushers.py | 1 |
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) - |