- Timestamp:
- Jul 2, 2015, 9:40:59 AM (11 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
staticskytool_pendingskycalrun.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/Makefile.am
r38168 r38563 435 435 staticskytool_result.sql \ 436 436 staticskytool_revert.sql \ 437 staticskytool_revert_update.sql \ 437 438 warptool_change_skyfile_data_state.sql \ 438 439 warptool_change_run_state.sql \ -
trunk/ippTools/share/staticskytool_pendingskycalrun.sql
r34791 r38563 19 19 LEFT JOIN skycalResult USING(skycal_id) 20 20 WHERE 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.
