IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27028 for trunk/ippTools/share


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.

Location:
trunk/ippTools/share
Files:
2 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
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r26519 r27028  
    14941494    product VARCHAR(64),             -- product name
    14951495    stage VARCHAR(64) NOT NULL, -- stage of interest (chip, camera, diff, etc.)
     1496    magicked TINYINT DEFAULT 1, -- Require magicked data?
    14961497    workdir VARCHAR(255) NOT NULL, -- working directory
    14971498    comment VARCHAR(255),            -- for human memory
Note: See TracChangeset for help on using the changeset viewer.