IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18532


Ignore:
Timestamp:
Jul 15, 2008, 9:42:08 AM (18 years ago)
Author:
bills
Message:

Changes to the pstamp database tables.

pstampRequest

removed outFileset
removed resultsFile
added outProduct
added name from request file header must be unique
added reqType 'pstamp', 'dquery' or more in future
added fault

pstampJob

renamed result fault for consistency
added rownum

pstampDataStore

outProduct does not need to be unique

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/pstamp.md

    r16932 r18532  
    33    state       STR         64
    44    lastFileset STR         64
    5     outProduct  STR         64      # UNIQUE
     5    outProduct  STR         64
    66    uri         STR         255
    77END
     
    1111    ds_id       S64         0
    1212    state       STR         64
    13     outFileset  STR         64      # UNIQUE
     13    name        STR         64      # UNIQUE
     14    reqType     STR         16
     15    outProduct  STR         64
    1416    uri         STR         255
    15     resultsFile S16         0
     17    fault       S32         0
    1618END
    1719
     
    1921    job_id      S64         0       # Primary Key AUTO_INCREMENT
    2022    req_id      S64         0       # Primary Key fkey(req_id) ref pstampRequest(req_id)
     23    rownum      STR         64
    2124    state       STR         64
    2225    jobType     STR         16
    23     result      S32         0
     26    fault       S32         0
    2427    uri         STR         255
    2528    outputBase  STR         255
Note: See TracChangeset for help on using the changeset viewer.