feat: 归档旧迁移文件,创建初始化数据迁移和重置脚本
This commit is contained in:
6
migrations/archive/000065_drop_old_wallet_tables.up.sql
Normal file
6
migrations/archive/000065_drop_old_wallet_tables.up.sql
Normal 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;
|
||||
Reference in New Issue
Block a user