Changeset 17216 for trunk/ippTools/share
- Timestamp:
- Mar 28, 2008, 3:57:39 PM (18 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 3 edited
-
camtool_reset_faulted_runs.sql (modified) (1 diff)
-
camtool_revertprocessedexp.sql (modified) (1 diff)
-
chiptool_revertprocessedimfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/camtool_reset_faulted_runs.sql
r16985 r17216 1 UPDATE camRun, camProcessedExp SET camRun.state = 'run' 1 UPDATE camRun, camProcessedExp, chipRun, rawExp 2 SET camRun.state = 'run' 2 3 WHERE 3 4 camRun.cam_id = camProcessedExp.cam_id 5 AND camRun.chip_id = chipRun.chip_id 6 AND chipRun.exp_id = rawExp.exp_id 4 7 AND camProcessedExp.fault != 0 -
trunk/ippTools/share/camtool_revertprocessedexp.sql
r14100 r17216 1 1 DELETE FROM camProcessedExp 2 USING camProcessedExp, camRun, chipRun, rawExp 2 3 WHERE 3 fault != 0 4 camRun.cam_id = camProcessedExp.cam_id 5 AND camRun.chip_id = chipRun.chip_id 6 AND chipRun.exp_id = rawExp.exp_id 7 AND camProcessedExp.fault != 0 -
trunk/ippTools/share/chiptool_revertprocessedimfile.sql
r14099 r17216 1 1 DELETE FROM chipProcessedImfile 2 USING chipProcessedImfile, rawExp 2 3 WHERE 3 fault != 0 4 rawExp.exp_id = chipProcessedImfile.exp_id 5 AND chipProcessedImfile.fault != 0
Note:
See TracChangeset
for help on using the changeset viewer.
