IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23953


Ignore:
Timestamp:
Apr 23, 2009, 9:47:13 AM (17 years ago)
Author:
Paul Price
Message:

Adding key for dateobs to make it easier to get ccd_temp for XY24.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r23940 r23953  
    10851085
    10861086ALTER TABLE diffSkyfile ADD COLUMN deconv_max FLOAT AFTER kernel_yy;
     1087
     1088-- This key makes it faster to find the ccd_temp for XY24
     1089ALTER TABLE rawImfile ADD KEY(dateobs);
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r23940 r23953  
    242242    KEY(raw_image_id),
    243243    KEY(quality),
     244    KEY(dateobs),
    244245    UNIQUE KEY(exp_id, tmp_class_id),
    245246    FOREIGN KEY(exp_id, tmp_class_id) REFERENCES newImfile(exp_id, tmp_class_id)
Note: See TracChangeset for help on using the changeset viewer.