[Backend] Database Models - Add missing Pydantic schemas #14

Merged
shoko merged 1 commits from fix/issue-3 into main 2026-04-08 06:57:46 +02:00

1 Commits

Author SHA1 Message Date
shokollm
a5e41ab449 Add missing Pydantic schemas for BotConversation and Signal
Based on IMPLEMENTATION_PLAN.md Section 4 schema, the existing schemas.py
was missing schemas for:
- BotConversationCreate/Response (for bot_conversations table)
- SignalResponse (for signals table)

These were identified as gaps during issue #3 review.
2026-04-08 04:41:31 +00:00