Commit Graph

2 Commits

Author SHA1 Message Date
hailin 9dbd54aefb docs(migration): add is_super_admin column to admins table migration
- Add is_super_admin column to admins table in migration script
- Add index for is_super_admin column

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 08:35:07 -08:00
hailin 2df8478d61 fix(evolution): handle super admin login without tenant context
- Update AdminPostgresRepository.findByUsername to support super admin
- Add fallback to find super admin by username and isSuperAdmin flag
- Add is_super_admin column to admins table

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 08:20:26 -08:00