IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2010, 12:04:03 PM (16 years ago)
Author:
bills
Message:

order work to do by priority

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/magictool_totree.sql

    r24174 r28768  
    66    ra,
    77    decl,
    8     diffRun.tess_id
     8    diffRun.tess_id,
     9    IFNULL(priority, 10000) AS priority
    910FROM magicRun
    1011JOIN diffRun USING(diff_id)
     
    1213LEFT JOIN magicTree
    1314    USING(magic_id)
     15LEFT JOIN Label ON magicRun.label = Label.label
    1416WHERE
    1517    magicRun.state = 'new'
Note: See TracChangeset for help on using the changeset viewer.