rwadurian/backend/services/trading-service/prisma/migrations
hailin 812b127ace fix(trading-service): 添加缺失的数据库字段迁移
Schema 中有但 migration 中缺失的字段:
- market_maker_configs: kava_wallet_address, mpc_username
- c2c_orders: seller_kava_address, bot_purchased, payment_tx_hash

这些字段缺失导致 500 错误:
"The column `market_maker_configs.kava_wallet_address` does not exist"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 07:20:21 -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
migration_lock.toml refactor(prisma): consolidate migrations into single init files 2026-01-12 11:04:24 -08:00