nexus/packages
Nexus Dev 65f5603c23 feat(24-00): DB migrations and Drizzle schema updates for search/history/branching
- Add 0050_add_branch_columns.sql: parent_conversation_id + branch_from_message_id on chat_conversations
- Add 0051_add_message_search_vector.sql: content_search tsvector + GIN index on chat_messages
- Add 0052_create_chat_message_bookmarks.sql: new bookmarks table with company/message/conversation FK
- Update chat_conversations.ts: parentConversationId + branchFromMessageId columns + parentIdx
- Update chat_messages.ts: add comment for generated tsvector column
- Create chat_message_bookmarks.ts: Drizzle schema with indexes
- Update schema/index.ts: export chatMessageBookmarks
- Update _journal.json: entries for idx 50, 51, 52
2026-04-02 15:08:51 +00:00
..
adapter-utils [nexus] feat(18-01): implement adapter skill config resolver 2026-04-02 15:08:50 +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-02 15:07:14 +00:00
db feat(24-00): DB migrations and Drizzle schema updates for search/history/branching 2026-04-02 15:08:51 +00:00
plugins Preserve workspaces for follow-up issues 2026-03-30 14:10:36 -05:00
shared feat(23-00): DB migration and shared types for message_type 2026-04-02 15:08:51 +00:00