IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2011, 12:23:06 PM (15 years ago)
Author:
bills
Message:

add magicDSFile.state to outputs

File:
1 edited

Legend:

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

    r29349 r30566  
    1212    IFNULL(magicDSRun.magic_ds_id, 0) AS magic_ds_id,
    1313    IFNULL(magicDSRun.state, 0) AS dsRun_state,
     14    IFNULL(magicDSFile.data_state, 0) AS dsFile_data_state,
    1415    IFNULL(magicDSFile.fault, 0) as dsFile_fault
    1516FROM warpRun
Note: See TracChangeset for help on using the changeset viewer.