IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2009, 5:28:52 PM (17 years ago)
Author:
bills
Message:

on receive side of distribution, optionally create a fileset in a status data store
defer {$stage}tool -importrun until all of the files have been downloaded
in the dist.queuruns task queue rcruns

File:
1 edited

Legend:

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

    r23953 r24038  
    13151315    comment VARCHAR(255),       -- for human memory
    13161316    fileset_last VARCHAR(128),  -- last fileset seen
     1317    status_product VARCHAR(64), -- status data store product
     1318    ds_dbname VARCHAR(64),      -- status data store's database name
     1319    ds_dbhost VARCHAR(64),      -- status data store's host name
    13171320    PRIMARY KEY(source_id),
    13181321    KEY(source),
     
    13261329    source_id BIGINT NOT NULL,  -- link to receiveSource
    13271330    fileset VARCHAR(128) NOT NULL, -- fileset to receive
     1331    state VARCHAR(64), -- new or full
     1332    dbinfo_uri VARCHAR(255), -- uri for database dump for this fileset's run
     1333    fault SMALLINT NOT NULL DEFAULT 0, -- Fault code
    13281334    PRIMARY KEY(fileset_id),
    13291335    KEY(source_id),
Note: See TracChangeset for help on using the changeset viewer.