IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11818 for trunk/dbconfig/p4.md


Ignore:
Timestamp:
Feb 14, 2007, 5:55:48 PM (19 years ago)
Author:
jhoblitt
Message:

remove exp_tag & p3_version from p4Scfile's primary key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/p4.md

    r11779 r11818  
    1 # $Id: p4.md,v 1.11 2007-02-13 22:33:30 jhoblitt Exp $
     1# $Id: p4.md,v 1.12 2007-02-15 03:53:24 jhoblitt Exp $
    22
    33#
     
    2222
    2323# the list of imfiles in our skycell keyed against phase 3
     24# only allow one p3_version of an exp_tag per p4Run
    2425p4InputExp METADATA
    2526    p4_id       S32         0       # Primary Key
    2627    exp_tag     STR         64      # Primary Key
    27     p3_version  S32         0       # Primary Key
     28    p3_version  S32         0       # Key
    2829# if magic is T then look for the exp_tag in the magic output tables
    29     magiced     BOOL        f       # Primary Key
     30    magiced     BOOL        f       # Key
    3031END
    3132
     
    4546    skycell_id  STR         64      # Primary Key
    4647    tess_id     STR         64      # Primary Key
    47     exp_tag     STR         64      # Primary Key
    48     p3_version  S32         0       # Primary Key
     48    exp_tag     STR         64      # Key
     49    p3_version  S32         0       # Key
    4950    uri         STR         255
    5051    bg          F64         0.0
Note: See TracChangeset for help on using the changeset viewer.