diff --git a/src/paperless_ai/vector_store.py b/src/paperless_ai/vector_store.py index 7b9f40dda..9987572f0 100644 --- a/src/paperless_ai/vector_store.py +++ b/src/paperless_ai/vector_store.py @@ -557,7 +557,6 @@ class PaperlessSqliteVecVectorStore(BasePydanticVectorStore): migration.description, ) self._run_structural_migration(migration) - current = migration.to_version return False