1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-19 18:28:39 +01:00

Optimize session query for nontrivial number of user accounts.

This commit is contained in:
epriestley 2011-04-02 15:00:05 -07:00
parent 1907f782b6
commit 7140107ed9

View file

@ -0,0 +1,2 @@
ALTER TABLE phabricator_user.user ADD UNIQUE KEY (phid);
ALTER TABLE phabricator_user.phabricator_session ADD UNIQUE KEY (sessionKey);