We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dfa62 commit 49b450cCopy full SHA for 49b450c
1 file changed
src/tagstudio/core/library/alchemy/library.py
@@ -596,7 +596,7 @@ def open_sqlite_library(
596
session.commit()
597
logger.info(f"[Library][Migration][{v}] Completed DB Migration")
598
599
- assert loaded_db_version == DB_VERSION, (
+ assert loaded_db_version >= DB_VERSION, (
600
"Ran all migrations, but the DB is still not on the newest version"
601
)
602
logger.info(f"[Library] Library migrated to DB version {DB_VERSION}")
0 commit comments