IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25835 for trunk/dbconfig


Ignore:
Timestamp:
Oct 14, 2009, 11:06:18 AM (17 years ago)
Author:
bills
Message:

Add data_group, dist_group, and note to the pipeline. These new columns will be used
for some of the tasks that label was used previously.

Location:
trunk/dbconfig
Files:
1 added
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/add.md

    r25816 r25835  
    33    add_id          S64     0       # Primary Key AUTO_INCREMENT
    44    cam_id          S64     0       # Key INDEX(add_id,cam_id) fkey(cam_id) ref camRun(cam_id)
    5     state           STR     64      # key
     5    state           STR     64      # Key
    66    workdir         STR     255
    77    workdir_state   STR     64
    88    reduction       STR     64
    99    label           STR     64
     10    data_group      STR     64      # Key
    1011    dvodb           STR     255
     12    note            STR     255
    1113    image_only      BOOL    f
    1214END
  • trunk/dbconfig/cam.md

    r24681 r25835  
    66    workdir_state STR       64      # key
    77    label       STR         64      # key
     8    data_group  STR         64      # key
     9    dist_group  STR         64      # key
    810    reduction   STR         64
    911    expgroup    STR         64      # key
     
    1214    end_stage   STR         64      # Key
    1315    magicked    S64         0
     16    note        STR         255
    1417END
    1518
  • trunk/dbconfig/chip.md

    r24552 r25835  
    66    workdir_state STR       64      # Key
    77    label       STR         64      # Key
     8    data_group  STR         64      # Key
     9    dist_group  STR         64      # Key
    810    reduction   STR         64      # Reduction class
    911    expgroup    STR         64      # Key
     
    1214    end_stage   STR         64      # Key
    1315    magicked    S64         0
     16    note        STR         255
    1417END
    1518
  • trunk/dbconfig/config.md

    r25421 r25835  
    22    pkg_name        STR     ippdb
    33    pkg_namespace   STR     ippdb
    4     pkg_version     STR     1.1.55
     4    pkg_version     STR     1.1.56
    55END
  • trunk/dbconfig/diff.md

    r24552 r25835  
    66    workdir     STR         255
    77    label       STR         64      # Key
     8    data_group  STR         64
     9    dist_group  STR         64
    810    reduction   STR         64      # Reduction class
    911    dvodb       STR         255
     
    1315    exposure    BOOL        f
    1416    magicked    S64         0
     17    note        STR         255
    1518END
    1619
  • trunk/dbconfig/dist.md

    r25513 r25835  
    11distTarget METADATA
    22    target_id   S64        0       # Primary Key
    3     label       STR        64
     3    dist_group  STR        64
    44    filter      STR        64
    55    stage       STR        64
     
    2222    time_stamp  UTC         0001-01-01T00:00:00Z
    2323    fault       S16         0
     24    note        STR         255
    2425END
    2526
  • trunk/dbconfig/fake.md

    r19930 r25835  
    55    workdir     STR         255
    66    label       STR         64      # Key
     7    data_group  STR         64      # Key
     8    dist_group  STR         64      # Key
    79    reduction   STR         64      # Reduction class
    810    expgroup    STR         64      # Key
     
    1113    end_stage   STR         64      # Key
    1214    epoch       UTC         0001-01-01T00:00:00Z
     15    note        STR         255
    1316END
    1417
  • trunk/dbconfig/magic.md

    r25014 r25835  
    1111    workdir_state STR       255     # Key
    1212    label       STR         64      # key
     13    data_group  STR         64
    1314    dvodb       STR         255
    1415    registered  TAI         NULL
    1516    fault       S16         0       # Key
     17    note        STR         255
    1618END
    1719
     
    5355    cam_id      S64         0
    5456    label       STR         64      # key
     57    data_group  STR         64      # key
    5558    outroot     STR         255
    5659    recoveryroot    STR     255
    5760    re_place    BOOL        f
    5861    remove      BOOL        f
     62    fault       S16         0       # Key
     63    note        STR         255
    5964END
    6065
  • trunk/dbconfig/stack.md

    r23688 r25835  
    66    workdir     STR         255
    77    label       STR         64      # Key
     8    data_group  STR         64      # Key
     9    dist_group  STR         64      # Key
    810    reduction   STR         64      # Reduction class
    911    dvodb       STR         255
     
    1214    tess_id     STR         64      # Key
    1315    filter      STR         64
     16    note        STR         255
    1417END
    1518
  • trunk/dbconfig/warp.md

    r24552 r25835  
    1717    workdir_state STR       64      # Key
    1818    label       STR         64      # key
     19    data_group  STR         64
     20    dist_group  STR         64
    1921    dvodb       STR         255
    2022    tess_id     STR         64
     
    2325    registered  TAI         NULL
    2426    magicked    S64         0
     27    note        STR         255
    2528END
    2629
Note: See TracChangeset for help on using the changeset viewer.