mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
3aae972406
Summary: Ref T2625. Ref T1163. A couple of small generalization nudges, but this is almost entirely straightforward. Test Plan: Executed various File queries. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T1163, T2625 Differential Revision: https://secure.phabricator.com/D6091
2 lines
78 B
SQL
2 lines
78 B
SQL
ALTER TABLE {$NAMESPACE}_file.file
|
|
ADD KEY `key_dateCreated` (dateCreated);
|