IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2009, 10:04:29 AM (17 years ago)
Author:
bills
Message:

fix some problems with disttool -revertrun

File:
1 edited

Legend:

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

    r23245 r24460  
    11UPDATE distRun
    2 JOIN distComponent USING(dist_id)
    3 SET distRun.state = 'new', distRun.fault = 0
    4 WHERE distComponent.fault != 0
    5     OR distRun.fault != 0
     2SET distRun.fault = 0
     3WHERE distRun.state = 'new'
     4    AND distRun.fault != 0
Note: See TracChangeset for help on using the changeset viewer.