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> |
||
|---|---|---|
| .. | ||
| 20260125_add_user_profile.sql | ||
| 20260206_add_multi_tenancy_conversation_service.sql | ||
| 20260207_add_tenant_id_to_files.sql | ||