Minor, subpriority default previously reverse ordered eveything
Auditors: btrahan
This commit is contained in:
@@ -6,6 +6,6 @@ ALTER TABLE phabricator_maniphest.maniphest_task
|
|||||||
|
|
||||||
/* Seed the subpriority column with reasonable values that keep order stable. */
|
/* Seed the subpriority column with reasonable values that keep order stable. */
|
||||||
UPDATE phabricator_maniphest.maniphest_task
|
UPDATE phabricator_maniphest.maniphest_task
|
||||||
SET subpriority = dateModified;
|
SET subpriority = (UNIX_TIMESTAMP() - dateModified);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user