IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2010, 9:12:02 AM (16 years ago)
Author:
bills
Message:

Get the 'webrequest number' frm the database

File:
1 edited

Legend:

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

    r28096 r28106  
    14011401) ENGINE=innodb DEFAULT CHARSET=latin1;
    14021402
     1403CREATE TABLE pstampWebRequest (
     1404        num BIGINT AUTO_INCREMENT,
     1405        PRIMARY KEY(num)
     1406) ENGINE=innodb DEFAULT CHARSET=latin1;
     1407
    14031408CREATE TABLE distTarget (
    14041409    target_id   BIGINT AUTO_INCREMENT,
Note: See TracChangeset for help on using the changeset viewer.