diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-04-28 22:39:15 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-04-28 22:39:15 +0100 |
commit | adaf3ec87fe59c59ad533cab99b5f2b1d455ab08 (patch) | |
tree | 38b0aeebadb0db3dc30ceac3db500500f6e5f46b /synapse | |
parent | pep8 (diff) | |
download | synapse-adaf3ec87fe59c59ad533cab99b5f2b1d455ab08.tar.xz |
fix missing import
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/schema/delta/48/group_unique_indexes.py | 1 |
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 |