Files
phabricator/resources/sql/patches
epriestley 720af267a7 Add a missing key to the ManiphestTransaction table
Summary:
Caught a bad (8ms) query that didn't have a good key available. Add an
appropriate key.

The query in question is:

   SELECT * FROM `maniphest_transaction` WHERE taskID = 262 ORDER BY id ASC;

...which is used in the task detail view.

Test Plan: Ran EXPLAIN on this query before/after upgrading, it now uses the
newly available key.

Reviewers: jungejason, nh, tuomaspelkonen, aran

Reviewed By: aran

CC: aran

Differential Revision: 1037
2011-10-23 14:43:03 -07:00
..
2011-02-21 00:23:24 -08:00
2011-03-10 13:48:29 -08:00
2011-03-15 20:51:53 +00:00
2011-03-20 17:55:31 -07:00
2011-03-30 22:08:41 -07:00
2011-04-05 22:30:10 -07:00
2011-04-10 17:19:01 -07:00
2011-04-12 18:19:24 -07:00
2011-04-14 10:12:10 -07:00
2011-04-28 14:40:41 -07:00
2011-05-27 09:33:33 -07:00