iconsulting/packages/services/user-service/src
hailin 0d2e521d69 fix(nginx): fix admin location try_files path and add multi-tenancy migrations
- Fix nginx admin location try_files to use relative path for alias directive
- Add database migrations for multi-tenancy support in user-service
- Add tenant_id column to users, user_profiles, user_contacts, verification_codes tables
- Create migration rollback scripts and documentation

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 07:46:52 -08:00
..
adapters feat(user): add user profile and contact management 2026-01-25 19:32:17 -08:00
application feat(user): add user profile and contact management 2026-01-25 19:32:17 -08:00
auth refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
domain feat(user): add user profile and contact management 2026-01-25 19:32:17 -08:00
health fix(docker): add health check endpoints and fix IPv6 issue 2026-01-10 02:13:42 -08:00
infrastructure/database fix(nginx): fix admin location try_files path and add multi-tenancy migrations 2026-01-26 07:46:52 -08:00
user feat(user): add user profile and contact management 2026-01-25 19:32:17 -08:00
app.module.ts fix(tenant): use TenantContextModule.forRoot() for global tenant context 2026-01-26 04:31:56 -08:00
main.ts fix(health): exclude /health endpoint from API prefix 2026-01-10 02:30:24 -08:00