iconsulting/packages
hailin 6718fdc9e3 fix(conversation): add indexes and fix column types to match database
- Add @Index decorators for conversation_id, created_at, role
- Set created_at to timestamptz type to match database
- Set columns nullable to match database schema

This prevents synchronize:true from trying to modify columns
that have dependent indexes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 19:41:19 -08:00
..
admin-client fix(admin): correct 401 redirect path to include /admin prefix 2026-01-10 07:57:43 -08:00
services fix(conversation): add indexes and fix column types to match database 2026-01-24 19:41:19 -08:00
shared Initial commit: iConsulting 香港移民咨询智能客服系统 2026-01-09 00:01:12 -08:00
web-client fix(chat): align input area elements vertically centered 2026-01-10 06:49:20 -08:00