IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38563 for trunk/ippTools


Ignore:
Timestamp:
Jul 2, 2015, 9:40:59 AM (11 years ago)
Author:
bills
Message:

support for skycal updates add staticskytool_revert_update.sql

Location:
trunk/ippTools/share
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/Makefile.am

    r38168 r38563  
    435435        staticskytool_result.sql \
    436436        staticskytool_revert.sql \
     437        staticskytool_revert_update.sql \
    437438        warptool_change_skyfile_data_state.sql \
    438439        warptool_change_run_state.sql \
  • trunk/ippTools/share/staticskytool_pendingskycalrun.sql

    r34791 r38563  
    1919LEFT JOIN skycalResult USING(skycal_id)
    2020WHERE
    21    (skycalRun.state = 'new' AND skycalResult.skycal_id IS NULL)
     21   ((skycalRun.state = 'new' AND skycalResult.skycal_id IS NULL)
     22    OR (skycalRun.state ='update' and staticskyRun.state ='full' and skycalResult.fault = 0))
Note: See TracChangeset for help on using the changeset viewer.