IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8025


Ignore:
Timestamp:
Jul 31, 2006, 4:08:57 PM (20 years ago)
Author:
jhoblitt
Message:

re-add 'class' to pzPendingImfile, newImfile, & rawImfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r8019 r8025  
    1 # $Id: tasks.md,v 1.44 2006-08-01 01:40:50 jhoblitt Exp $
     1# $Id: tasks.md,v 1.45 2006-08-01 02:08:57 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    2828    bytes       S32         0
    2929    md5sum      STR         32
     30    class       STR         64
     31    class_id    STR         64
     32    uri         STR         255
     33END
     34
     35newExp METADATA
     36    exp_id      STR         64      # Primary Key
     37    camera      STR         255
     38    telescope   STR         255
     39    # time
     40    exp_type    STR         64
    3041#    class       STR         64
    31     class_id    STR         64
    32     uri         STR         255
    33 END
    34 
    35 newExp METADATA
    36     exp_id      STR         64      # Primary Key
    37     camera      STR         255
    38     telescope   STR         255
    39     # time
    40     exp_type    STR         64
    41 #    class       STR         64
    4242    imfiles     S32         0
    4343END
     
    4545newImfile METADATA
    4646    exp_id      STR         64      # Key
    47 #    class       STR         64
     47    class       STR         64
    4848    class_id    STR         64
    4949    uri         STR         255
     
    7676rawImfile METADATA
    7777    exp_id      STR         64      # Key
    78 #    class       STR         64
     78    class       STR         64
    7979    class_id    STR         64
    8080    uri         STR         255
    8181    stats       STR         255
    8282END
     83
     84#
     85# XXX - temporarily (???) stot carrying around class in imfiles after rawImfile
     86#
    8387
    8488p1PendingExp METADATA
Note: See TracChangeset for help on using the changeset viewer.