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/pxadmin_create_tables.sql

    r25913 r25929  
    14851485CREATE TABLE publishClient (
    14861486    client_id BIGINT AUTO_INCREMENT, -- unique identifier
     1487    active TINYINT DEFAULT 0,        -- whether we should worry about this or not
    14871488    product VARCHAR(64),             -- product name
    14881489    stage VARCHAR(64) NOT NULL, -- stage of interest (chip, camera, diff, etc.)
Note: See TracChangeset for help on using the changeset viewer.