IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2007, 3:20:10 PM (19 years ago)
Author:
jhoblitt
Message:

alter table newExp add column reduction varchar(64) after workdir_state;
alter table rawExp add column reduction varchar(64) after workdir;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r14060 r14092  
    1 # $Id: tasks.md,v 1.138 2007-07-07 02:53:17 jhoblitt Exp $
     1# $Id: tasks.md,v 1.139 2007-07-10 01:20:10 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    9090    workdir     STR         255     # destination for output files
    9191    workdir_state STR       64      # key
     92    reduction   STR         64      # Reduction class
    9293END
    9394
     
    111112    filelevel   STR         64
    112113    workdir     STR         255     # destination for output files
     114    reduction   STR         64      # Reduction class
    113115    filter      STR         64
    114116    airmass     F32         0.0
Note: See TracChangeset for help on using the changeset viewer.