nexus/packages
Nexus Dev 138d7b6893 feat(21-01): add chat_conversations and chat_messages Drizzle schema + migration
- Create chatConversations table with companyId FK, agentId FK (set null), pinned/archived/deleted timestamps
- Create chatMessages table with conversationId FK (cascade delete), role, content, agentId
- Export both tables from packages/db/src/schema/index.ts
- Generate migration 0047_nebulous_klaw.sql with full DDL, FK constraints, and indexes
2026-04-04 03:55:47 +00:00
..
adapter-utils [nexus] feat(18-01): implement adapter skill config resolver 2026-04-04 03:55:42 +00:00
adapters Merge branch 'master' into add-gpt-5-4-xhigh-effort 2026-03-31 06:19:26 -05:00
branding feat(01-foundation-01): scaffold branding package with VOCAB constant and tests 2026-04-04 03:55:41 +00:00
db feat(21-01): add chat_conversations and chat_messages Drizzle schema + migration 2026-04-04 03:55:47 +00:00
plugins Add plugin telemetry bridge capability 2026-04-02 10:47:29 -05:00
shared [nexus] feat(20-01): add gemini_local to AGENT_ADAPTER_TYPES constant 2026-04-04 03:55:42 +00:00