1
This commit is contained in:
parent
7a6e24d5e2
commit
c988bdc6ef
8
sql/gamedb2004_n_migrate_201111_01.sql
Normal file
8
sql/gamedb2004_n_migrate_201111_01.sql
Normal 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;
|
Loading…
x
Reference in New Issue
Block a user