IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19334 for trunk/dbconfig


Ignore:
Timestamp:
Sep 2, 2008, 2:05:26 PM (18 years ago)
Author:
bills
Message:

Add modes for transitioning chipProcessedImfiles from full to cleaned
and cleaned to full and full to purged.
Added COLUMN data_state to chipProcessedImfile to record the state.

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r19323 r19334  
    423423
    424424-- ALTER TABLE flatcorrCamLink ADD COLUMN chip_id BIGINT AFTER corr_id;
     425
     426ALTER TABLE chipProcessedImfile ADD COLUMN data_state VARCHAR(64) AFTER
     427class_id;
     428UPDATE chipProcessedImfile SET data_state = 'full';
  • trunk/dbconfig/chip.md

    r16253 r19334  
    1717    exp_id          S64     64      # Primary Key fkey (exp_id, class_id) ref rawImfile(exp_id, class_id)
    1818    class_id        STR     64      # Primary Key
     19    data_state      STR     64      # Key
    1920    uri             STR     255
    2021    bg              F32     0.0
Note: See TracChangeset for help on using the changeset viewer.