4 строки
128 B
MySQL
4 строки
128 B
MySQL
|
-- From Sheeri in bug 716087
|
||
|
alter table users add index(resetcode_expires);
|
||
|
alter table stats_share_counts add index(service);
|