rwadurian/backend/services/trading-service/prisma/migrations
hailin 83fa6bec74 feat(c2c): 支持绿积分(GREEN_POINTS)作为默认支付方式
- 后端 paymentMethod 字段从 PostgreSQL 枚举改为 String,支持逗号分隔多种支付方式
- 添加数据库迁移将 C2cPaymentMethod 枚举列转为 TEXT 类型
- DTO 验证改为 @IsString() 接受 GREEN_POINTS 及其组合
- 前端保持发送完整的支付方式列表(含 GREEN_POINTS)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 11:39:00 -08:00
..
0001_init refactor(migrations): 合并各服务的 migration 文件为单个 0001_init 2026-01-20 20:34:56 -08:00
0002_add_p2p_transfer feat: 实现P2P转账功能及前端资产页面优化 2026-01-28 06:25:42 -08:00
0003_add_kava_wallet_fields fix(trading-service): 添加缺失的数据库字段迁移 2026-01-29 07:20:21 -08:00
0004_c2c_payment_method_to_string feat(c2c): 支持绿积分(GREEN_POINTS)作为默认支付方式 2026-01-29 11:39:00 -08:00
migration_lock.toml refactor(prisma): consolidate migrations into single init files 2026-01-12 11:04:24 -08:00