rwadurian/backend/services/mpc-service/prisma/migrations
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
..
20241204000000_init fix(prisma): remove redundant migrations and duplicate indexes 2025-12-08 07:08:24 -08:00
migration_lock.toml fix: align mpc-service migration with schema and fix identity-service compile errors 2025-12-06 18:42:48 -08:00