IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2010, 3:02:59 PM (16 years ago)
Author:
bills
Message:

Allow for magciDSRun to be NULL even if skycells were magciked.
This will happen if the inputs are already destreaked.

File:
1 edited

Legend:

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

    r28022 r28626  
    1212    -- don't queue update if the associated magicDSFile still exists
    1313    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)
    1515            AND magicDSFile.component IS NULL)
Note: See TracChangeset for help on using the changeset viewer.