diff --git a/src/tagstudio/core/library/alchemy/library.py b/src/tagstudio/core/library/alchemy/library.py index ea9f2059..a97f82ad 100644 --- a/src/tagstudio/core/library/alchemy/library.py +++ b/src/tagstudio/core/library/alchemy/library.py @@ -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}")