Changeset 19528
- Timestamp:
- Sep 11, 2008, 3:34:47 PM (18 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
camtool_pendingcleanupexp.sql (modified) (1 diff)
-
camtool_pendingcleanuprun.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/camtool_pendingcleanupexp.sql
r19092 r19528 13 13 USING(cam_id) 14 14 WHERE 15 camRun.state = 'goto_cleaned' 15 (camRun.state = 'goto_cleaned' OR camRun.state = 'goto_purged') 16 -
trunk/ippTools/share/camtool_pendingcleanuprun.sql
r19092 r19528 9 9 USING (exp_id) 10 10 WHERE 11 camRun.state = 'goto_cleaned'11 (camRun.state = 'goto_cleaned' OR camRun.state = 'goto_purged')
Note:
See TracChangeset
for help on using the changeset viewer.
