- Timestamp:
- Jan 9, 2012, 3:24:33 PM (15 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 3 edited
-
chiptool_setimfiletoupdate.sql (modified) (1 diff)
-
difftool_setskyfiletoupdate.sql (modified) (1 diff)
-
warptool_setskyfiletoupdate.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_setimfiletoupdate.sql
r33030 r33058 11 11 AND (chipRun.state = 'cleaned' OR chipRun.state = 'update') 12 12 AND (chipProcessedImfile.data_state = 'cleaned') 13 AND (chipProcessedImfile.quality = 0) 13 14 -- don't queue update if the associated magicDSFile exists and isn't cleaned 14 15 -- AND (chipRun.magicked = 0 -
trunk/ippTools/share/difftool_setskyfiletoupdate.sql
r30569 r33058 8 8 AND (diffRun.state = 'cleaned' OR diffRun.state = 'update') 9 9 AND (diffSkyfile.data_state = 'cleaned' OR diffSkyfile.data_state = 'update') 10 AND (diffSkyfile.quality = 0) -
trunk/ippTools/share/warptool_setskyfiletoupdate.sql
r30544 r33058 8 8 AND (warpRun.state = 'cleaned' OR warpRun.state = 'update') 9 9 AND (warpSkyfile.data_state = 'cleaned' OR warpSkyfile.data_state = 'update') 10 AND (warpSkyfile.quality = 0)
Note:
See TracChangeset
for help on using the changeset viewer.
