Changeset 24244 for branches/cnb_branches/cnb_branch_20090301/ippTools/share/difftool_pendingcleanuprun.sql
- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/share (modified) (1 prop)
-
ippTools/share/difftool_pendingcleanuprun.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ippTools/share
- Property svn:ignore
-
old new 1 1 Makefile.in 2 2 Makefile 3 pxadmin_create_mirror_tables.sql
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ippTools/share/difftool_pendingcleanuprun.sql
r19092 r24244 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.
