diff options
author | David Baker <dave@matrix.org> | 2015-06-04 16:16:01 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-06-04 16:16:01 +0100 |
commit | 63a7b3ad1eb6f5e959ead1bae36d9037cad888a2 (patch) | |
tree | c23e3c36d5846420f91650c5dc0b7e024757815e /synapse/storage/__init__.py | |
parent | Merge pull request #175 from matrix-org/erikj/thumbnail_thread (diff) | |
download | synapse-63a7b3ad1eb6f5e959ead1bae36d9037cad888a2.tar.xz |
Add script to (re)convert the pushers table to changing the unique key. Also give the python db upgrade scripts the database engine so they can convert parameter strings, and add *args **kwargs to the upgrade function so we can add more args in future and previous scripts will ignore them.
Diffstat (limited to 'synapse/storage/__init__.py')
-rw-r--r-- | synapse/storage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py |