IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2010, 1:12:31 PM (16 years ago)
Author:
bills
Message:

allow skyfiles to go to update state regardless of the state of the original magicDSRun.
For updates, destreaking is done at the chip stage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/difftool_setskyfiletoupdate.sql

    r28626 r29568  
    1010    AND (diffRun.state = 'cleaned' OR diffRun.state = 'update')
    1111    AND (diffSkyfile.data_state = 'cleaned')
    12     -- don't queue update if the associated magicDSFile still exists
    13     AND (diffRun.magicked = 0
    14       OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' OR magicDSRun.state IS NULL)
    15             AND magicDSFile.component IS NULL)
Note: See TracChangeset for help on using the changeset viewer.