Changeset 28626
- Timestamp:
- Jul 7, 2010, 3:02:59 PM (16 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
difftool_setskyfiletoupdate.sql (modified) (1 diff)
-
warptool_setskyfiletoupdate.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_setskyfiletoupdate.sql
r28022 r28626 12 12 -- don't queue update if the associated magicDSFile still exists 13 13 AND (diffRun.magicked = 0 14 OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' )14 OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' OR magicDSRun.state IS NULL) 15 15 AND magicDSFile.component IS NULL) -
trunk/ippTools/share/warptool_setskyfiletoupdate.sql
r28022 r28626 11 11 AND (warpSkyfile.data_state = 'cleaned') 12 12 AND (warpRun.magicked = 0 13 OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' )13 OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' OR magicDSRun.state IS NULL) 14 14 AND magicDSFile.component IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
