iconsulting/scripts/migrations
hailin 06226a3d74 fix(db): drop files_user_id_fkey — anonymous users may not exist in users table
The conversations table has no FK on user_id, but files had one, causing
500 errors on file upload when the anonymous user wasn't registered.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 08:11:37 -08:00
..
20260125_add_user_profile.sql feat(user): add user profile and contact management 2026-01-25 19:32:17 -08:00
20260206_add_multi_tenancy_conversation_service.sql fix(db): add multi-tenancy migration for conversation-service tables 2026-02-06 08:39:10 -08:00
20260207_add_tenant_id_to_files.sql fix(file-service): sync tenantId in domain entity and add migration 2026-02-07 04:21:43 -08:00
20260207_drop_files_user_fk.sql fix(db): drop files_user_id_fkey — anonymous users may not exist in users table 2026-02-07 08:11:37 -08:00