mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-01 00:22:17 +00:00
- Move schema migrations into their own paperless_ai/migrations package, one module per migration (mNNNN_description.py -- a leading digit isn't a valid Python identifier, unlike Django's own numbered migrations, which load via importlib.import_module() rather than a static import statement), establishing the pattern before more migrations accumulate in vector_store.py. - Drop the redundant "if the LLM index is enabled..." clause from the Docker upgrade note in docs/administration.md -- it's already covered by the LLM index section below, and calling out just one of several auto-applied migrations there was incomplete. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>