IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2010, 5:02:11 PM (16 years ago)
Author:
Paul Price
Message:

Additional search options for pubtool -definerun. Support publishing data in cleaned state (detections should still be there).

File:
1 edited

Legend:

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

    r27052 r28319  
    2626        AND publishClient.active = 1
    2727        AND publishRun.state = 'new'
    28         AND diffRun.state = 'full'
     28        AND diffRun.state IN ('full', 'cleaned', 'goto_cleaned')
    2929        AND (diffRun.magicked > 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0)
    3030        -- WHERE hook %s
     
    4747        AND publishClient.active = 1
    4848        AND publishRun.state ='new'
    49         AND camRun.state = 'full'
     49        AND camRun.state IN ('full', 'cleaned', 'goto_cleaned')
    5050        AND (camRun.magicked > 0 OR publishClient.magicked = 0)
    5151        -- WHERE hook %s
Note: See TracChangeset for help on using the changeset viewer.