IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28108 for trunk/dbconfig


Ignore:
Timestamp:
May 26, 2010, 11:35:59 AM (16 years ago)
Author:
bills
Message:

add pstampWebRequest to dbconfig/changes.txt
and drop the table in pxadmin -delete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r28096 r28108  
    17121712) ENGINE=innodb DEFAULT CHARSET=latin1;
    17131713
     1714CREATE TABLE pstampWebRequest (
     1715        num BIGINT AUTO_INCREMENT,
     1716        PRIMARY KEY(num)
     1717) ENGINE=innodb DEFAULT CHARSET=latin1;
     1718
Note: See TracChangeset for help on using the changeset viewer.