feat: 归档旧迁移文件,创建初始化数据迁移和重置脚本

This commit is contained in:
2026-04-14 11:24:35 +08:00
parent c35542f911
commit 5e9e41db21
231 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
-- 删除旧的钱包相关表
-- 新的钱包系统已完全迁移至 tb_agent_wallet、tb_card_wallet 等 6 张新表
DROP TABLE IF EXISTS tb_recharge_record;
DROP TABLE IF EXISTS tb_wallet_transaction;
DROP TABLE IF EXISTS tb_wallet;