Files
junhong_cmp_fiber/migrations/000190_add_agent_recharge_approval_instance.down.sql
break 73f5125d3d
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m26s
七月迭代短暂完结,还有很多后端的关键东西没有弄,这是一版赶时间做的东西
2026-07-25 17:06:58 +08:00

7 lines
270 B
SQL

-- 回滚员工线下代充值通用审批实例关联。
DROP INDEX IF EXISTS uq_agent_recharge_approval_instance;
ALTER TABLE tb_agent_recharge_record
DROP CONSTRAINT IF EXISTS chk_agent_recharge_approval_instance,
DROP COLUMN IF EXISTS approval_instance_id;