mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
parent
86a497efaa
commit
0c82d4aabe
2 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,7 @@ def prepare_database(
|
|||
databases=databases,
|
||||
)
|
||||
elif version_info.current_version < SCHEMA_VERSION:
|
||||
# If the DB is on an older version than we expect the we refuse
|
||||
# If the DB is on an older version than we expect then we refuse
|
||||
# to start the worker (as the main process needs to run first to
|
||||
# update the schema).
|
||||
raise UpgradeDatabaseException(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue