All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m26s
7 lines
270 B
SQL
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;
|