[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/resources/sql/patches/ -> 124.subpriority.sql (source)

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


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1