IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6095 for trunk/dbconfig


Ignore:
Timestamp:
Jan 20, 2006, 4:37:16 PM (20 years ago)
Author:
jhoblitt
Message:

don't make exp_id a Primary Key in Imfile tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r6088 r6095  
    1 # $Id: tasks.md,v 1.10 2006-01-21 00:41:57 eugene Exp $
     1# $Id: tasks.md,v 1.11 2006-01-21 02:37:16 jhoblitt Exp $
    22
    33rawScienceExp METADATA
     
    1111
    1212rawImfile METADATA
    13     exp_id      STR         255     # Primary Key
     13    exp_id      STR         255     # Key
    1414# 'type' is a metadataconfig keyword
    1515    exptype     STR         255
     
    3636
    3737p2PendingImfile METADATA
    38     exp_id      STR         255     # Primary Key
     38    exp_id      STR         255     # Key
    3939# 'type' is a metadataconfig keyword
    4040    exptype     STR         255
     
    6666
    6767p2DoneImfile METADATA
    68     exp_id      STR         255     # Primary Key
     68    exp_id      STR         255     # Key
    6969# 'type' is a metadataconfig keyword
    7070    exptype     STR         255
     
    106106
    107107masterDetrendImfile METADATA
    108     det_id      STR         255     # Primary Key
     108    det_id      STR         255     # Key
    109109    class       STR         255
    110110    class_id    STR         255
Note: See TracChangeset for help on using the changeset viewer.