IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2009, 10:21:18 AM (17 years ago)
Author:
Paul Price
Message:

Moving workdir under publishClient so it doesn't have to be defined for every run (which is going to run regularly under pantasks)

File:
1 edited

Legend:

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

    r24427 r24428  
    13761376    product VARCHAR(64),             -- product name
    13771377    stage VARCHAR(64) NOT NULL, -- stage of interest (chip, camera, diff, etc.)
     1378    workdir VARCHAR(255) NOT NULL, -- working directory
    13781379    comment VARCHAR(255),            -- for human memory
    13791380    PRIMARY KEY(client_id)
     
    13851386    client_id BIGINT NOT NULL,  -- link to publishClient
    13861387    stage_id BIGINT NOT NULL,   -- link to various stage tables
    1387     workdir VARCHAR(255) NOT NULL, -- working directory
    13881388    label VARCHAR(64),          -- label for run
    13891389    state VARCHAR(64),          -- state of run (new, full, etc.)
Note: See TracChangeset for help on using the changeset viewer.