fix: register 0004_document_source_scope migration in drizzle journal
All checks were successful
Deploy to VPS / deploy (push) Successful in 31s

The migration file was added by feat/aiia-66-source-selection but was not
registered in _journal.json, so it never runs on deploy. This caused
'source_scope' column-missing errors on document insert.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO
2026-04-10 21:28:11 +00:00
parent b4ad27ad02
commit af219c38d8

View File

@@ -29,6 +29,13 @@
"when": 1775775900000,
"tag": "0003_tenant_api_keys",
"breakpoints": true
},
{
"idx": 4,
"version": "7",
"when": 1775856000000,
"tag": "0004_document_source_scope",
"breakpoints": true
}
]
}