IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6275


Ignore:
Timestamp:
Jan 31, 2006, 7:09:28 PM (20 years ago)
Author:
jhoblitt
Message:

move exptype field from Imfile -> Exp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r6271 r6275  
    1 # $Id: tasks.md,v 1.14 2006-02-01 03:53:44 jhoblitt Exp $
     1# $Id: tasks.md,v 1.15 2006-02-01 05:09:28 jhoblitt Exp $
    22
    33newExp METADATA
    44    exp_id      STR         255     # Primary Key
    55    camera      STR         255
     6    exptype     STR         255
    67    filter      STR         255
    78    class       STR         255
     
    1213newImfile METADATA
    1314    exp_id      STR         255     # Key
    14 # 'type' is a metadataconfig keyword
    15     exptype     STR         255
    1615    class       STR         255
    1716    class_id    STR         255
     
    2322    exp_id      STR         255     # Primary Key
    2423    camera      STR         255
     24    exptype     STR         255
    2525    filter      STR         255
    2626    class       STR         255
     
    3131rawDetrendImfile METADATA
    3232    exp_id      STR         255     # Key
    33 # 'type' is a metadataconfig keyword
    34     exptype     STR         255
    3533    class       STR         255
    3634    class_id    STR         255
     
    4240    exp_id      STR         255     # Primary Key
    4341    camera      STR         255
     42    exptype     STR         255
    4443    filter      STR         255
    4544    class       STR         255
     
    5049rawImfile METADATA
    5150    exp_id      STR         255     # Key
    52 # 'type' is a metadataconfig keyword
    53     exptype     STR         255
    5451    class       STR         255
    5552    class_id    STR         255
     
    6158    exp_id      STR         255     # Primary Key
    6259    camera      STR         255
     60    exptype     STR         255
    6361    filter      STR         255
    6462    class       STR         255
     
    7472    exp_id      STR         255     # Primary Key
    7573    camera      STR         255
     74    exptype     STR         255
    7675    filter      STR         255
    7776    class       STR         255
     
    8584p2PendingImfile METADATA
    8685    exp_id      STR         255     # Key
    87 # 'type' is a metadataconfig keyword
    88     exptype     STR         255
    8986    class       STR         255
    9087    class_id    STR         255
     
    10299    exp_id      STR         255     # Primary Key
    103100    camera      STR         255
     101    exptype     STR         255
    104102    filter      STR         255
    105103    class       STR         255
     
    115113p2DoneImfile METADATA
    116114    exp_id      STR         255     # Key
    117 # 'type' is a metadataconfig keyword
    118     exptype     STR         255
    119115    class       STR         255
    120116    class_id    STR         255
     
    135131    exp_id      STR         255     # Primary Key
    136132    camera      STR         255
     133    exptype     STR         255
    137134    filter      STR         255
    138135    class       STR         255
Note: See TracChangeset for help on using the changeset viewer.