Changeset 19108
- Timestamp:
- Aug 17, 2008, 3:24:22 PM (18 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
difftool_revertdiffskyfile_update.sql (modified) (1 diff)
-
stacktool_revertsumskyfile_update.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_revertdiffskyfile_update.sql
r19038 r19108 1 1 UPDATE diffRun 2 2 JOIN diffSkyfile USING(diff_id) 3 SET diffRun.state = ' run'3 SET diffRun.state = 'new' 4 4 WHERE 5 5 diffSkyfile.fault != 0 -
trunk/ippTools/share/stacktool_revertsumskyfile_update.sql
r19029 r19108 1 1 UPDATE stackRun 2 2 JOIN stackSumSkyfile USING(stack_id) 3 SET stackRun.state = ' run'3 SET stackRun.state = 'new' 4 4 WHERE 5 5 fault != 0
Note:
See TracChangeset
for help on using the changeset viewer.
