- Add message_type text column to chat_messages Drizzle schema - Create SQL migration 0049_add_message_type.sql - Update _journal.json with entries for idx 47, 48, 49 - Add messageType field to ChatMessage interface - Add messageType to createMessageSchema (optional) - Add handoffSchema and Handoff type to validators/chat.ts - Re-export handoffSchema and Handoff from shared/src/index.ts |
||
|---|---|---|
| .. | ||
| src | ||
| CHANGELOG.md | ||
| drizzle.config.ts | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||