Page MenuHomestyx hydra

124.subpriority.sql
No OneTemporary

124.subpriority.sql

ALTER TABLE {$NAMESPACE}_maniphest.maniphest_task
ADD subpriority DOUBLE NOT NULL;
ALTER TABLE {$NAMESPACE}_maniphest.maniphest_task
ADD KEY (priority, subpriority);
/* Seed the subpriority column with reasonable values that keep order stable. */
UPDATE {$NAMESPACE}_maniphest.maniphest_task
SET subpriority = (UNIX_TIMESTAMP() - dateModified);

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 15, 2:01 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
622956
Default Alt Text
124.subpriority.sql (355 B)

Event Timeline