IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2009, 10:22:33 AM (17 years ago)
Author:
bills
Message:

In distribution server merge rcDSProduct into rcDestination. It was illogical for
a product to be shared by multiple destinations.
In defineinterest define by query to allow destination names and target parameters
to be used. Much more administrator friendly.
Add a label to pstampRequest. Not used yet.
Split reverting of faults in distRuns from faults building components.

File:
1 edited

Legend:

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

    r23912 r25493  
    11UPDATE rcRun
    22JOIN rcDestination USING(dest_id)
    3 JOIN rcDSProduct USING(prod_id)
    4 JOIN rcDSFileset using(prod_id, fs_id)
     3JOIN rcDSFileset using(dest_id, fs_id)
    54SET
    6 rcRun.fault= 42, rcDestination.last_fileset = 'o4741g0236o.chip.14519.33.1'
    7 
    8 
    9 
Note: See TracChangeset for help on using the changeset viewer.