IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25913 for trunk/dbconfig


Ignore:
Timestamp:
Oct 21, 2009, 3:26:31 PM (17 years ago)
Author:
eugene
Message:

adding feature to control if analysis generates a correction image or not

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r25851 r25913  
    13291329) ENGINE=innodb DEFAULT CHARSET=latin1;
    13301330
     1331ALTER TABLE flatcorrRun ADD COLUMN make_corr tinyint after state;
    13311332
    13321333ALTER TABLE chipRun ADD COLUMN data_group VARCHAR(64) AFTER label;
  • trunk/dbconfig/flatcorr.md

    r25816 r25913  
    1010    filter      STR         64
    1111    state       STR         64
     12    make_corr   BOOL        t
    1213    workdir     STR         255
    1314    label       STR         64
Note: See TracChangeset for help on using the changeset viewer.