IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2008, 11:28:29 AM (18 years ago)
Author:
bills
Message:

add missing comma

File:
1 edited

Legend:

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

    r19372 r19392  
    10021002        PRIMARY KEY(corr_id, cam_id),
    10031003        FOREIGN KEY (corr_id)  REFERENCES  flatcorrRun(corr_id),
    1004         FOREIGN KEY (chip_id)  REFERENCES  chipRun(chip_id)
     1004        FOREIGN KEY (chip_id)  REFERENCES  chipRun(chip_id),
    10051005        FOREIGN KEY (cam_id)  REFERENCES  camRun(cam_id)
    10061006) ENGINE=innodb DEFAULT CHARSET=latin1;
Note: See TracChangeset for help on using the changeset viewer.