summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-04-28 22:39:15 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-04-28 22:39:15 +0100
commitadaf3ec87fe59c59ad533cab99b5f2b1d455ab08 (patch)
tree38b0aeebadb0db3dc30ceac3db500500f6e5f46b /synapse
parentpep8 (diff)
downloadsynapse-adaf3ec87fe59c59ad533cab99b5f2b1d455ab08.tar.xz
fix missing import
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/schema/delta/48/group_unique_indexes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/schema/delta/48/group_unique_indexes.py b/synapse/storage/schema/delta/48/group_unique_indexes.py

index b653a987b1..2233af87d7 100644 --- a/synapse/storage/schema/delta/48/group_unique_indexes.py +++ b/synapse/storage/schema/delta/48/group_unique_indexes.py
@@ -13,6 +13,7 @@ # limitations under the License. from synapse.storage.engines import PostgresEngine +from synapse.storage.prepare_database import get_statements FIX_INDEXES = """ -- rebuild indexes as uniques