IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 10:13:45 AM (19 years ago)
Author:
jhoblitt
Message:

merge backtrace branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r13617 r14017  
    1 # $Id: tasks.md,v 1.134 2007-06-05 00:24:52 eugene Exp $
     1# $Id: tasks.md,v 1.135 2007-07-05 20:13:45 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    8585    exp_tag     STR         64      # Primary Key
    8686    exp_id      STR         64      # Key
     87    state       STR         64      # Key
    8788    camera      STR         64      # Key
    8889    telescope   STR         64      # Key
    8990    imfiles     S32         0
    9091    workdir     STR         255     # destination for output files
     92    workdir_state STR       64      # key
    9193END
    9294
     
    9496# from there
    9597newImfile METADATA
    96     exp_tag     STR         64      # Primary Key
    97     class       STR         64      # Primary Key
     98    exp_tag     STR         64      # Primary Key fkey(exp_tag) ref newExp(exp_tag)
    9899    class_id    STR         64      # Primary Key
    99100    uri         STR         255
     
    102103# paired with rawImfile
    103104rawExp METADATA
    104     exp_tag     STR         64      # Primary Key
     105    exp_tag     STR         64      # Primary Key fkey(exp_tag) ref newExp(exp_tag)
    105106    exp_id      STR         64      # Key
    106107    camera      STR         64
     
    135136
    136137rawImfile METADATA
    137     exp_tag     STR         64      # Primary Key
     138    exp_tag     STR         64      # Primary Key fkey(exp_tag, class_id) ref newImfile(exp_tag, class_id)
    138139    class_id    STR         64      # Primary Key
    139140    uri         STR         255
Note: See TracChangeset for help on using the changeset viewer.