IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 1, 2010, 2:02:43 PM (16 years ago)
Author:
bills
Message:

output the stage in magicdstool -tocleanup

File:
1 edited

Legend:

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

    r25837 r29095  
    11SELECT
    22    magic_ds_id,
     3    stage,
    34    magicDSRun.state,
    45    magicDSRun.outroot,
     
    910WHERE magicDSRun.state = 'goto_cleaned'
    1011-- XXX: need to add fault to magicDSRun
     12-- XXX: the database has been updated, but fault isn't yet used
    1113--    AND magicDSRun.fault = 0
    1214
Note: See TracChangeset for help on using the changeset viewer.