From 98f9e8a3b3959730c1bb08a8c40227309c602fc5 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Thu, 4 Jul 2019 11:50:51 +0800 Subject: [PATCH] =?UTF-8?q?[sql][=E4=BF=AE=E6=94=B9][=E5=95=86=E6=88=B7?= =?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E7=B4=A2=E5=BC=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V201907041150__G_ALTER_MERCHANT.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201907041150__G_ALTER_MERCHANT.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201907041150__G_ALTER_MERCHANT.sql b/mallinkAdmin/src/main/resources/db/migration/V201907041150__G_ALTER_MERCHANT.sql new file mode 100644 index 000000000..2209339bb --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201907041150__G_ALTER_MERCHANT.sql @@ -0,0 +1,4 @@ +alter table wx_merchant add index t_b_s_p_t(tenant_id,business_id,`status`,is_public,top_time); +alter table wx_merchant add index t_s_i_t(tenant_id,`status`,is_public,top_time); +alter table wx_shop add index t_d(tenant_id,is_del); +alter table wx_merchant_shop add index d(is_del); \ No newline at end of file