From 55ad393efb719e2a145506cc260c3c5aab3bcc3c Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Thu, 5 Mar 2020 14:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B8=A0=E9=81=93=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/update.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/Data/update.sql b/Data/update.sql index 2bbb56f06..f6537638b 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -1443,6 +1443,5 @@ CREATE TABLE `tab_promote_game_available_balance` ( -- 2020-03-05 zyx spend添加索引 ALTER TABLE `tab_spend` -DROP INDEX `pay_channel_type`, ADD INDEX `pay_channel`(`pay_way`, `pay_status`, `game_id`) USING BTREE, ADD INDEX `pay_channel_type`(`pay_status`, `pay_way`) USING BTREE; \ No newline at end of file