IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2006, 5:02:30 PM (20 years ago)
Author:
jhoblitt
Message:

change newImfile * rawImfile to use exp_id, class, & class_id as primary keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r8025 r8053  
    1 # $Id: tasks.md,v 1.45 2006-08-01 02:08:57 jhoblitt Exp $
     1# $Id: tasks.md,v 1.46 2006-08-02 03:02:30 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    4444
    4545newImfile METADATA
    46     exp_id      STR         64      # Key
    47     class       STR         64
    48     class_id    STR         64
     46    exp_id      STR         64      # Primary Key
     47    class       STR         64      # Primary Key
     48    class_id    STR         64      # Primary Key
    4949    uri         STR         255
    5050END
     
    7575
    7676rawImfile METADATA
    77     exp_id      STR         64      # Key
    78     class       STR         64
    79     class_id    STR         64
     77    exp_id      STR         64      # Primary Key
     78    class       STR         64      # Primary Key
     79    class_id    STR         64      # Primary Key
    8080    uri         STR         255
    8181    stats       STR         255
Note: See TracChangeset for help on using the changeset viewer.