feat: 新增支付配置管理相关数据库迁移(000078-000081)

- 000078: 创建 tb_wechat_config 表(支持微信直连和富友双渠道,含软删除)
- 000079: tb_order 新增 payment_config_id 字段(nullable,记录下单时使用的配置)
- 000080: tb_asset_recharge_record 新增 payment_config_id 字段
- 000081: tb_agent_recharge_record 新增 payment_config_id 字段

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-16 23:28:57 +08:00
parent a308ee228b
commit aa41a5ed5e
8 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1 @@
DROP TABLE IF EXISTS tb_wechat_config;