IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12173


Ignore:
Timestamp:
Mar 1, 2007, 4:57:13 PM (19 years ago)
Author:
jhoblitt
Message:

normalize chipPending[Exp|Imfile] & chipProcessed[Exp|Imfile]

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/config.md

    r12129 r12173  
    22    pkg_name        STR     ippdb
    33    pkg_namespace   STR     ippdb
    4     pkg_version     STR     1.1.14
     4    pkg_version     STR     1.1.15
    55END
  • trunk/dbconfig/tasks.md

    r12129 r12173  
    1 # $Id: tasks.md,v 1.123 2007-03-01 04:43:18 jhoblitt Exp $
     1# $Id: tasks.md,v 1.124 2007-03-02 02:57:13 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    177177chipPendingImfile METADATA
    178178    chip_id     S64         0       # Primary Key
    179     exp_tag     STR         64      # Primary Key
    180     guide_id    S64         0       # Not NULL
    181     class_id    STR         64      # Primary Key
    182     recipe      STR         64
     179    class_id    STR         64      # Primary Key
    183180    uri         STR         255
    184181END
     
    209206# fixed) but guide_id needs to wait until we know if this can be tracked at
    210207# just the exp level.
    211     exp_tag     STR         64      # Primary Key
    212     guide_id    S64         0       # Not NULL
    213     class_id    STR         64      # Primary Key
    214     recipe      STR         64
     208    class_id    STR         64      # Primary Key
    215209    uri         STR         255
    216210    bg          F64         0.0
Note: See TracChangeset for help on using the changeset viewer.