From ced89999fe834349787617c4e57935b2fd239b63 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 3 Jul 2019 13:07:10 +0800 Subject: [PATCH] =?UTF-8?q?[SQL][=E4=BF=AE=E6=94=B9][=E6=97=A5=E5=B8=B8?= =?UTF-8?q?=E3=80=81=E5=85=B6=E4=BB=96=E3=80=81=E5=85=B6=E4=BB=96=E6=8A=BC?= =?UTF-8?q?=E9=87=91=E6=B7=BB=E5=8A=A0=E5=BF=85=E8=A6=81=E7=B4=A2=E5=BC=95?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../V201907031307__G_ALTER_BILL_DAILY_OTHER_DEPOSIT.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201907031307__G_ALTER_BILL_DAILY_OTHER_DEPOSIT.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201907031307__G_ALTER_BILL_DAILY_OTHER_DEPOSIT.sql b/mallinkAdmin/src/main/resources/db/migration/V201907031307__G_ALTER_BILL_DAILY_OTHER_DEPOSIT.sql new file mode 100644 index 000000000..72b9ea546 --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201907031307__G_ALTER_BILL_DAILY_OTHER_DEPOSIT.sql @@ -0,0 +1,3 @@ +alter table wx_bill_daily add index t_t_s(tenant_id,type,`status`); +alter table wx_bill_other add index t_s(tenant_id,`status`); +alter table wx_bill_other_deposit add index t_s(tenant_id,`status`);