IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2010, 2:29:48 PM (16 years ago)
Author:
bills
Message:

output the bothways status of a run from magicdstool -torevert and
pass the value to magic_destreak_revert.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/magicdstool_torevert_diff.sql

    r25423 r27015  
    1111    diffSkyfile.path_base,
    1212    "NULL" AS cam_path_base,
     13    CAST(diffRun.bothways AS SIGNED) AS bothways,
    1314    0 AS bytes,
    1415    0 AS md5sum
     
    1718    JOIN magicDSFile USING(magic_ds_id)
    1819    JOIN diffSkyfile ON (stage_id = diffSkyfile.diff_id AND component = skycell_id)
     20    JOIN diffRun ON diffSkyfile.diff_id = diffRun.diff_id
    1921    JOIN rawExp USING(exp_id)
    2022WHERE magicDSRun.stage = 'diff'
Note: See TracChangeset for help on using the changeset viewer.