IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6084


Ignore:
Timestamp:
Jan 20, 2006, 11:20:02 AM (21 years ago)
Author:
jhoblitt
Message:

make exp & imfile tables symmetric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r6082 r6084  
    1 # $Id: tasks.md,v 1.7 2006-01-20 21:08:33 jhoblitt Exp $
     1# $Id: tasks.md,v 1.8 2006-01-20 21:20:02 jhoblitt Exp $
    22
    33rawScienceExp METADATA
     
    2626p2PendingExp METADATA
    2727    exp_id      STR         255     # Primary Key
     28    camera      STR         255
     29    filter      STR         255
    2830    class       STR         255
    2931    nclass      S32         0
     
    3638p2PendingImfile METADATA
    3739    exp_id      STR         255     # Primary Key
     40    camera      STR         255
     41# 'type' is a metadataconfig keyword
     42    exptype     STR         255
    3843    class       STR         255
    3944    class_id    STR         255
     
    5055p2DoneExp METADATA
    5156    exp_id      STR         255     # Primary Key
     57    camera      STR         255
     58    filter      STR         255
    5259    class       STR         255
    5360    nclass      S32         0
     
    6269p2DoneImfile METADATA
    6370    exp_id      STR         255     # Primary Key
     71    camera      STR         255
     72# 'type' is a metadataconfig keyword
     73    exptype     STR         255
    6474    class       STR         255
    6575    class_id    STR         255
     
    7585p3PendingExp METADATA
    7686    exp_id      STR         255     # Primary Key
     87    camera      STR         255
     88    filter      STR         255
     89    class       STR         255
     90    nclass      S32         0
    7791    p2_version  S32         0
    7892    p3_version  S32         0
Note: See TracChangeset for help on using the changeset viewer.