fix: correct chat_histories FK to reference projects(guid) #3

Merged
warkanum merged 2 commits from fix/chat-history-fk into main 2026-04-01 14:29:10 +00:00

2 Commits

Author SHA1 Message Date
sam
9407c05535 fix: remove migration 019, table was dropped manually 2026-04-01 16:28:44 +02:00
sam
f163b9c370 fix: correct chat_histories FK to reference projects(guid)
Fixes #2 — project_id on chat_histories was referencing projects(id)
(bigserial) instead of projects(guid) (uuid). Added migration 019 to
repair existing deployments and corrected 018 for fresh installs.
2026-04-01 16:25:26 +02:00