IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2010, 1:44:30 PM (16 years ago)
Author:
Paul Price
Message:

Schema change to support requirement of magicked detections for MOPS publishing.

File:
1 edited

Legend:

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

    r26956 r27028  
    1515        AND publishClient.active = 1
    1616        AND diffRun.state = 'full'
     17        AND (diffRun.magicked > 0 OR publishClient.magicked = 0)
    1718    -- WHERE hook %s
    1819    UNION
     
    2728        AND publishClient.active = 1
    2829        AND camRun.state = 'full'
     30        AND (camRun.magicked > 0 OR publishClient.magicked = 0)
    2931    -- WHERE hook %s
    3032    ) AS publishToDo
Note: See TracChangeset for help on using the changeset viewer.