IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 4:25:06 PM (19 years ago)
Author:
jhoblitt
Message:

remove exp_id field from pz* tables
formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r14092 r14597  
    1 # $Id: tasks.md,v 1.139 2007-07-10 01:20:10 jhoblitt Exp $
     1# $Id: tasks.md,v 1.140 2007-08-22 02:25:06 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    2424# -1 as NULL or 0 might be a valid value (empty fileset)
    2525summitExp METADATA
    26     exp_name      STR         64      # Primary Key
     26    exp_name    STR         64      # Primary Key
    2727    camera      STR         64      # Primary Key
    2828    telescope   STR         64      # Primary Key
     
    3737# list of source images -- updated as exposures/filesets are queried
    3838summitImfile METADATA
    39     exp_name      STR         64      # Primary Key
     39    exp_name    STR         64      # Primary Key
    4040    camera      STR         64      # Primary Key
    4141    telescope   STR         64      # Primary Key
     
    5151# downloaded)
    5252pzPendingExp METADATA
    53     exp_name      STR         64      # Primary Key
     53    exp_name    STR         64      # Primary Key
    5454    camera      STR         64      # Primary Key
    5555    telescope   STR         64      # Primary Key
     
    6262    class       STR         64      # Primary Key
    6363    class_id    STR         64      # Primary Key
    64     exp_id      S64         64      # Unique Key
    6564END
    6665
     
    7877    class       STR         64      # Primary Key
    7978    class_id    STR         64      # Primary Key
    80     exp_id      S64         64      # Unique Key
    8179    uri         STR         255
    8280END
Note: See TracChangeset for help on using the changeset viewer.