iconsulting/scripts
hailin cf2fd07ead fix(file-service): sync tenantId in domain entity and add migration
FileORM had tenant_id column but FileEntity domain class was missing it,
causing "column FileORM.tenant_id does not exist" errors on production.

- Add tenantId to FileEntity (constructor, create, fromPersistence)
- Pass tenantId in repository toEntity() mapping
- Add idempotent migration script for files.tenant_id + indexes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 04:21:43 -08:00
..
migrations fix(file-service): sync tenantId in domain entity and add migration 2026-02-07 04:21:43 -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