rwadurian/backend/services/identity-service/prisma
hailin 43016e9ee8 fix(prisma): remove redundant migrations and duplicate indexes
- mpc-service: remove duplicate index idx_ms_username on mpc_shares.username
  (keep only unique index uq_ms_username since username is unique)
- identity-service: remove redundant migration 20241206000000_add_device_hardware_info
  (fields already exist in initial migration 20241204000000_init)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 07:08:24 -08:00
..
migrations/20241204000000_init fix(prisma): remove redundant migrations and duplicate indexes 2025-12-08 07:08:24 -08:00
schema.prisma feat(mnemonic): add recovery mnemonic generation and backup confirmation 2025-12-07 12:32:10 -08:00
seed.ts feat(reward): 补全10种认种奖励分配规则 2025-12-07 09:19:20 -08:00