- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/difftool_pendingcleanuprun.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/share/difftool_pendingcleanuprun.sql
r19092 r25027 9 9 USING(diff_id) 10 10 JOIN warpSkyfile 11 ON diffInputSkyfile.warp _id= warpSkyfile.warp_id11 ON diffInputSkyfile.warp1 = warpSkyfile.warp_id 12 12 AND diffInputSkyfile.skycell_id = warpSkyfile.skycell_id 13 13 AND diffInputSkyfile.tess_id = warpSkyfile.tess_id … … 23 23 USING(exp_id) 24 24 WHERE 25 diffRun.state = 'goto_cleaned'25 (diffRun.state = 'goto_cleaned' OR diffRun.state = 'goto_scrubbed' OR diffRun.state = 'goto_purged')
Note:
See TracChangeset
for help on using the changeset viewer.
