IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2011, 12:52:49 PM (15 years ago)
Author:
watersc1
Message:

registration summitExp.dateobs/rawExp.dateobs bugfix

File:
1 edited

Legend:

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

    r25418 r31603  
    88    newImfile.uri,
    99    newImfile.bytes,
    10     newImfile.md5sum
     10    newImfile.md5sum,
     11    summitExp.dateobs AS summit_dateobs
    1112FROM newImfile
    1213JOIN newExp
    1314    USING(exp_id)
     15JOIN summitExp USING(summit_id)
    1416LEFT JOIN rawImfile
    1517    ON newExp.exp_id = rawImfile.exp_id
Note: See TracChangeset for help on using the changeset viewer.