mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 01:55:53 +03:00
Code style (Black)
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
This commit is contained in:
parent
62a1639287
commit
d1e0b91083
1 changed files with 1 additions and 3 deletions
|
@ -243,9 +243,7 @@ def _upgrade_existing_database(
|
|||
else:
|
||||
specific_engine_extension = ".sqlite"
|
||||
|
||||
specific_engine_extensions = (
|
||||
".sqlite", ".postgres"
|
||||
)
|
||||
specific_engine_extensions = (".sqlite", ".postgres")
|
||||
|
||||
for v in range(start_ver, SCHEMA_VERSION + 1):
|
||||
logger.info("Upgrading schema to v%d", v)
|
||||
|
|
Loading…
Reference in a new issue