rwadurian/backend/services/authorization-service/prisma
hailin 52afe72f17 fix(authorization): migration should drop both constraint and index
The original migration only used DROP CONSTRAINT which failed silently
because Prisma created an INDEX instead. Added DROP INDEX as well to
handle both cases in future deployments.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 03:14:00 -08:00
..
migrations fix(authorization): migration should drop both constraint and index 2026-01-04 03:14:00 -08:00
schema.prisma fix(authorization): 增大 monthly_assessments.local_percentage 字段精度 2025-12-23 08:02:21 -08:00