mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
bccc1e1244
Summary: Ref T1163. Ref T2625. This could probably use some tweaks, but I kept things mostly-generic. I added a new control for freeform dates so we can have it render help or whatever later on. Test Plan: See screenshots. Reviewers: chad, btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T2625, T1163 Differential Revision: https://secure.phabricator.com/D6084
2 lines
89 B
SQL
2 lines
89 B
SQL
ALTER TABLE {$NAMESPACE}_file.file_imagemacro
|
|
ADD KEY `key_dateCreated` (dateCreated);
|