This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[SQL][修改][日常、其他、其他押金添加必要索引]
release_toaliyun_real
gongbiao
7 years ago
parent
436e2aabcf
commit
ced89999fe
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mallinkAdmin/src/main/resources/db/migration/V201907031307__G_ALTER_BILL_DAILY_OTHER_DEPOSIT.sql
+ 3
- 0
mallinkAdmin/src/main/resources/db/migration/V201907031307__G_ALTER_BILL_DAILY_OTHER_DEPOSIT.sql
View File
@@ -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`);
Write
Preview
Loading…
Cancel
Save