IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7343


Ignore:
Timestamp:
Jun 5, 2006, 11:56:31 AM (20 years ago)
Author:
jhoblitt
Message:

add detResidImfileAnalysis
change all class_ids to be 64 chars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r7290 r7343  
    1 # $Id: tasks.md,v 1.35 2006-06-02 03:30:04 jhoblitt Exp $
     1# $Id: tasks.md,v 1.36 2006-06-05 21:56:31 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    7676rawImfile METADATA
    7777    exp_id      STR         64      # Key
    78     class_id    STR         255
     78    class_id    STR         64
    7979    uri         STR         255
    8080    stats       STR         255
     
    115115p2PendingImfile METADATA
    116116    exp_id      STR         64      # Key
    117     class_id    STR         255
     117    class_id    STR         64
    118118    uri         STR         255
    119119    stats       STR         255
     
    145145p2DoneImfile METADATA
    146146    exp_id      STR         64      # Key
    147     class_id    STR         255
     147    class_id    STR         64
    148148    uri         STR         255
    149149    stats       STR         255
     
    191191    det_id      S32         0      # Primary Key
    192192    exp_id      STR         64     # Primary Key
    193     class_id    STR         255    # Primary Key
     193    class_id    STR         64     # Primary Key
    194194    uri         STR         255
    195195    stats       STR         255
     
    199199detStackedImfile METADATA
    200200    det_id      S32         0      # Primary Key
    201     class_id    STR         255    # Primary Key
     201    class_id    STR         64     # Primary Key
    202202    uri         STR         255
    203203    stats       STR         255
     
    207207detNormalizedImfile METADATA
    208208    det_id      S32         0      # Primary Key
    209     class_id    STR         255    # Primary Key
     209    class_id    STR         64     # Primary Key
    210210    uri         STR         255
    211211    stats       STR         255
     
    225225
    226226detMasterImfile METADATA
    227     det_id      S32         0      # Primary Key
    228     class_id    STR         255    # Primary Key
    229     uri         STR         255
    230     stats       STR         255
    231     recipe      STR         64
    232 END
     227    det_id      S32         0       # Primary Key
     228    class_id    STR         64      # Primary Key
     229    uri         STR         255
     230    stats       STR         255
     231    recipe      STR         64
     232END
     233
     234detResidImfileAnalysis METADATA
     235    det_id      S32         0       # Primary Key
     236    exp_id      STR         64      # Primary Key
     237    class_id    STR         64      # Primary Key
     238    stats       STR         255
     239    recipe      STR         64
     240END
Note: See TracChangeset for help on using the changeset viewer.