We purposefully don't have a version 14 delta script.

This commit is contained in:
Erik Johnston 2015-03-02 16:36:19 +00:00
parent 2de5b14fe0
commit b41dc68773

View File

@ -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"
)