mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
df86f87289
Summary: Depends on D6952. Unpunts there since I'm rolling into a swamp full of schema changes. Test Plan: Issued date-constrained query and saw key as a candidate. Reviewers: btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D6954
2 lines
93 B
SQL
2 lines
93 B
SQL
ALTER TABLE {$NAMESPACE}_maniphest.maniphest_task
|
|
ADD KEY `key_dateCreated` (dateCreated);
|