IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2008, 9:12:41 AM (18 years ago)
Author:
eugene
Message:

adding include fields to flatcorrChipLink and flatcorrCamLink

File:
1 edited

Legend:

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

    r20376 r20397  
    11001100        corr_id BIGINT,
    11011101        chip_id BIGINT,
     1102        include TINYINT,
    11021103        PRIMARY KEY(corr_id, chip_id),
    11031104        FOREIGN KEY (corr_id)  REFERENCES  flatcorrRun(corr_id),
     
    11091110        chip_id BIGINT,
    11101111        cam_id BIGINT,
     1112        include TINYINT,
    11111113        PRIMARY KEY(corr_id, cam_id),
    11121114        FOREIGN KEY (corr_id)  REFERENCES  flatcorrRun(corr_id),
Note: See TracChangeset for help on using the changeset viewer.