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_pending.sql

    r24707 r25929  
    2424    JOIN rawExp USING(exp_id)
    2525    WHERE publishClient.stage = 'diff'
     26        AND publishClient.active = 1
    2627        AND publishRun.state = 'new'
    2728        AND diffRun.state = 'full'
     
    4344    JOIN rawExp USING(exp_id)
    4445    WHERE publishClient.stage = 'camera'
     46        AND publishClient.active = 1
    4547        AND publishRun.state ='new'
    4648        AND camRun.state = 'full'
Note: See TracChangeset for help on using the changeset viewer.