iconsulting/scripts
hailin 4ac1fc4f88 fix(db): add multi-tenancy migration for conversation-service tables
- Add tenant_id column to conversations, messages, token_usages tables
- Create standalone migration SQL script for production deployment
- Add agent_executions table to init-db.sql for new installations
- Fix MessageORM created_at nullable mismatch with database schema
- Backfill existing data with default tenant ID

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 08:39:10 -08:00
..
migrations fix(db): add multi-tenancy migration for conversation-service tables 2026-02-06 08:39:10 -08:00
deploy.sh feat(scripts): add unified deployment management script 2026-01-09 19:45:47 -08:00
docker-entrypoint.sh feat(multi-tenant): add super admin module and user profile pages 2026-01-26 06:41:11 -08:00
init-db.sql fix(db): add multi-tenancy migration for conversation-service tables 2026-02-06 08:39:10 -08:00
package.json feat(multi-tenant): add super admin module and user profile pages 2026-01-26 06:41:11 -08:00
seed.ts feat(multi-tenant): add super admin module and user profile pages 2026-01-26 06:41:11 -08:00
setup-kong.sh Initial commit: iConsulting 香港移民咨询智能客服系统 2026-01-09 00:01:12 -08:00
setup-network.sh Initial commit: iConsulting 香港移民咨询智能客服系统 2026-01-09 00:01:12 -08:00
tsconfig.json feat(multi-tenant): add super admin module and user profile pages 2026-01-26 06:41:11 -08:00