IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 22, 2009, 4:51:58 PM (17 years ago)
Author:
Paul Price
Message:

Giving publishClient an 'active' column, and add mode to pubtool to turn this on and off. Only interested in active clients. This is so that I can do a publishing run that only sends data to particular clients.

File:
1 edited

Legend:

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

    r24512 r25929  
    1111    JOIN diffRun
    1212    WHERE publishClient.stage = 'diff'
     13        AND publishClient.active = 1
    1314        AND diffRun.state = 'full'
    1415    -- WHERE hook %s
     
    2122    JOIN camRun
    2223    WHERE publishClient.stage = 'camera'
     24        AND publishClient.active = 1
    2325        AND camRun.state = 'full'
    2426    -- WHERE hook %s
Note: See TracChangeset for help on using the changeset viewer.