chore(versioning): nvm, this is 3.3 now
This commit is contained in:
@@ -378,10 +378,10 @@ def run_migrations_if_needed():
|
||||
with _safe_connect(HISTORY_DB) as history_conn:
|
||||
if history_conn and not _is_history_at_least_3_2_0(history_conn):
|
||||
logger.error(
|
||||
"Instance is not at schema version 3.2.0. Please upgrade to 3.2.0 before applying 3.2.2."
|
||||
"Instance is not at schema version 3.2.0. Please upgrade to 3.2.0 before applying 3.3.0."
|
||||
)
|
||||
raise RuntimeError(
|
||||
"Instance is not at schema version 3.2.0. Please upgrade to 3.2.0 before applying 3.2.2."
|
||||
"Instance is not at schema version 3.2.0. Please upgrade to 3.2.0 before applying 3.3.0."
|
||||
)
|
||||
|
||||
# Watch playlists DB
|
||||
@@ -413,4 +413,4 @@ def run_migrations_if_needed():
|
||||
else:
|
||||
_ensure_creds_filesystem()
|
||||
log_noop_migration_detected()
|
||||
logger.info("Database migrations check completed (3.2.0 -> 3.2.2 path)")
|
||||
logger.info("Database migrations check completed (3.2.0 -> 3.3.0 path)")
|
||||
|
||||
Reference in New Issue
Block a user