mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-24 16:49:26 -05:00
We purposefully don't have a version 14 delta script.
This commit is contained in:
parent
2de5b14fe0
commit
b41dc68773
@ -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 New Issue
Block a user