IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8019


Ignore:
Timestamp:
Jul 31, 2006, 3:40:50 PM (20 years ago)
Author:
jhoblitt
Message:

temporarily remove 'class' from all imfile tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r7599 r8019  
    1 # $Id: tasks.md,v 1.43 2006-06-21 02:42:13 jhoblitt Exp $
     1# $Id: tasks.md,v 1.44 2006-08-01 01:40:50 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    2222END
    2323
    24 # class == type
    25 # class_id == type
     24# class == type of file
     25# class_id == type set id
    2626pzPendingImfile METADATA
    2727    exp_id      STR         64      # Key
    2828    bytes       S32         0
    2929    md5sum      STR         32
    30     class       STR         64
     30#    class       STR         64
    3131    class_id    STR         64
    3232    uri         STR         255
     
    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
    7879    class_id    STR         64
    7980    uri         STR         255
     
    115116p2PendingImfile METADATA
    116117    exp_id      STR         64      # Key
     118#    class       STR         64
    117119    class_id    STR         64
    118120    uri         STR         255
     
    145147p2DoneImfile METADATA
    146148    exp_id      STR         64      # Key
     149#    class       STR         64
    147150    class_id    STR         64
    148151    uri         STR         255
Note: See TracChangeset for help on using the changeset viewer.