IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19067


Ignore:
Timestamp:
Aug 14, 2008, 2:41:54 PM (18 years ago)
Author:
eugene
Message:

updates for cleanup stages

Location:
branches/eam_branch_20080806/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080806/dbconfig/changes.txt

    r18449 r19067  
    362362update chipRun set state = 'full' where state = 'stop';
    363363
     364-- add 'data_state' to detrend tables
     365
     366alter table detRegisteredImfile add column data_state varchar(64) after path_base;
  • branches/eam_branch_20080806/dbconfig/det.md

    r18997 r19067  
    112112END
    113113
     114## XXX this must match in fields with detRegisteredImfile
    114115detNormalizedImfile METADATA
    115116    det_id      S64         0       # Primary Key fkey(det_id) ref detInputExp(det_id)
     
    248249    user_5      F64         0.0
    249250    path_base   STR         255
     251    data_state  STR         64      # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration)
    250252    fault       S16         0       # Key NOT NULL
    251253END
Note: See TracChangeset for help on using the changeset viewer.