IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2009, 2:24:25 PM (17 years ago)
Author:
Paul Price
Message:

Fixes to get workflow working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/share/pubtool_pending.sql

    r24428 r24438  
    11SELECT
    22    publishToDo.*
    3 FROM ((
     3FROM (
    44    SELECT
    55        publishRun.pub_id,
     
    1616        AND publishRun.state = 'new'
    1717        AND diffRun.state = 'full'
    18     ) AS publishDiffs UNION (
     18    UNION
    1919    SELECT
    2020        publishRun.pub_id,
     
    3030        AND publishRun.state ='new'
    3131        AND camRun.state = 'full'
    32     ) AS publishCams
    3332) AS publishToDo
    3433LEFT JOIN publishDone USING(pub_id)
Note: See TracChangeset for help on using the changeset viewer.