Skip to content
Snippets Groups Projects
Unverified Commit 0c82d4aa authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Fix typo in comment from #11255. (#11276)

parent 86a497ef
No related branches found
No related tags found
No related merge requests found
Fix rolling back Synapse version when using workers.
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment