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`);