Files
junhong_cmp_fiber/migrations/000197_add_agent_recharge_online_payment.down.sql
break cbf909b878
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m6s
代理在线充值
2026-07-27 16:02:55 +08:00

12 lines
400 B
SQL

DROP INDEX IF EXISTS idx_payment_agent_recharge_pending;
DROP INDEX IF EXISTS idx_agent_recharge_online_pending;
DROP INDEX IF EXISTS uk_payment_method_trade_no;
DROP INDEX IF EXISTS uk_agent_recharge_user_request;
ALTER TABLE tb_payment
DROP COLUMN IF EXISTS qr_content;
ALTER TABLE tb_agent_recharge_record
DROP COLUMN IF EXISTS request_fingerprint,
DROP COLUMN IF EXISTS request_id;