IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2009, 11:35:28 AM (17 years ago)
Author:
bills
Message:

diffRun no longer has an exp_id

File:
1 edited

Legend:

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

    r23777 r24194  
    229229JOIN diffRun ON stage_id = diff_id
    230230JOIN diffSkyfile using(diff_id)
    231 JOIN rawExp using(exp_id)
     231JOIN diffInputSkyfile USING(diff_id, skycell_id)
     232JOIN warpRun
     233    ON warpRun.warp_id = diffInputSkyfile.warp1
     234JOIN fakeRun USING(fake_id)
     235JOIN camRun USING(cam_id)
     236JOIN chipRun USING(chip_id)
     237JOIN rawExp USING(exp_id)
    232238LEFT JOIN distComponent
    233239    ON distRun.dist_id = distComponent.dist_id
Note: See TracChangeset for help on using the changeset viewer.