Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
server
/
formallProject
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
[SQL][修改][日常、其他、其他押金添加必要索引]
release_toaliyun_real
gongbiao
7 jaren geleden
bovenliggende
436e2aabcf
commit
ced89999fe
1 gewijzigde bestanden
met
toevoegingen van 3
en
0 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+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
Bestand weergeven
@@ -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`);
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan