mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-13 09:18:04 +02:00
fix: don't prevent greater minor version DBs from opening
This commit is contained in:
@@ -596,7 +596,7 @@ class Library:
|
||||
session.commit()
|
||||
logger.info(f"[Library][Migration][{v}] Completed DB Migration")
|
||||
|
||||
assert loaded_db_version == DB_VERSION, (
|
||||
assert loaded_db_version >= DB_VERSION, (
|
||||
"Ran all migrations, but the DB is still not on the newest version"
|
||||
)
|
||||
logger.info(f"[Library] Library migrated to DB version {DB_VERSION}")
|
||||
|
||||
Reference in New Issue
Block a user