All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m6s
5 lines
127 B
SQL
5 lines
127 B
SQL
DROP INDEX IF EXISTS idx_payment_merchant_reconciliation;
|
|
|
|
ALTER TABLE tb_payment
|
|
DROP COLUMN IF EXISTS merchant_identity;
|