mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
d739d8ccd5
Test Plan: ran upgrade_schema.php on my local install. re-examined SQL query "explain select * from phabricator_pastebin.pastebin_paste where authorPHID = "PHID-USER-xee4ju2teq7mflitwfcs" ORDER BY id DESC;" on my local install and noted fewer rows scanned, index used, etc Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: 1218
2 lines
72 B
SQL
2 lines
72 B
SQL
ALTER TABLE phabricator_pastebin.pastebin_paste
|
|
ADD KEY (authorPHID);
|