mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-06 14:48:56 +01:00
We purposefully don't have a version 14 delta script.
This commit is contained in:
parent
2de5b14fe0
commit
b41dc68773
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ def prepare_database(db_conn):
|
|||
|
||||
# Run every version since after the current version.
|
||||
for v in range(user_version + 1, SCHEMA_VERSION + 1):
|
||||
if v == 10:
|
||||
if v in (10, 14,):
|
||||
raise UpgradeDatabaseException(
|
||||
"No delta for version 10"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue