This commit is contained in:
aozhiwei 2020-11-10 20:09:30 +08:00
parent 7a6e24d5e2
commit c988bdc6ef

View File

@ -0,0 +1,8 @@
start transaction;
alter table `sign` add index accountid (`accountid`);
alter table `quest` add index accountid (`accountid`);
alter table `share_achievement` add index accountid (`accountid`);
alter table `equip` add index accountid (`accountid`);
commit;