IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28611


Ignore:
Timestamp:
Jul 6, 2010, 9:51:00 AM (16 years ago)
Author:
bills
Message:

Prevent deletion of chipProcessedImfiles whose runs are not in state new by
correcting the sql

File:
1 edited

Legend:

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

    r26483 r28611  
    22USING chipProcessedImfile, chipRun, rawExp
    33WHERE
    4     rawExp.exp_id = chipProcessedImfile.exp_id
     4    chipRun.chip_id = chipProcessedImfile.chip_id
     5    AND rawExp.exp_id = chipProcessedImfile.exp_id
    56    AND chipRun.state = 'new'
    67    AND chipProcessedImfile.fault != 0
Note: See TracChangeset for help on using the changeset viewer.