IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2009, 12:39:27 PM (17 years ago)
Author:
Paul Price
Message:

Modifying distribution client workflow (currently composed of receivetool and associated tables) since Bill points out that a fileset is composed of files, and we don't want to download them all serially.

File:
1 edited

Legend:

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

    r23880 r23885  
    11DELETE FROM receiveResult
    2 USING receiveResult, receiveRun, receiveSource
    3 WHERE receiveResult.receive_id = receiveRun.receive_id
    4     AND receiveRun.source_id = receiveSource.source_id
     2USING receiveResult, receiveFile, receiveFileset, receiveSource
     3WHERE receiveResult.file_id = receiveFile.file_id
     4    AND receiveFile.fileset_id = receiveFileset.fileset_id
     5    AND receiveFileset.source_id = receiveSource.source_id
    56    AND fault != 0
Note: See TracChangeset for help on using the changeset viewer.