mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-26 05:05:18 -04:00
fix missing import
This commit is contained in:
parent
006e18b6bb
commit
adaf3ec87f
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from synapse.storage.engines import PostgresEngine
|
from synapse.storage.engines import PostgresEngine
|
||||||
|
from synapse.storage.prepare_database import get_statements
|
||||||
|
|
||||||
FIX_INDEXES = """
|
FIX_INDEXES = """
|
||||||
-- rebuild indexes as uniques
|
-- rebuild indexes as uniques
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue