mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, subpriority default previously reverse ordered eveything
Auditors: btrahan
This commit is contained in:
parent
dfb17b9c9c
commit
b028920a5e
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ ALTER TABLE phabricator_maniphest.maniphest_task
|
|||
|
||||
/* Seed the subpriority column with reasonable values that keep order stable. */
|
||||
UPDATE phabricator_maniphest.maniphest_task
|
||||
SET subpriority = dateModified;
|
||||
SET subpriority = (UNIX_TIMESTAMP() - dateModified);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue