IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28108


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

Location:
trunk
Files:
2 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
  • trunk/ippTools/share/pxadmin_drop_tables.sql

    r27856 r28108  
    8585DROP TABLE IF EXISTS staticskyRun;
    8686DROP TABLE IF EXISTS Label;
     87DROP TABLE IF EXISTS pstampWebRequest;
    8788
    8889SET FOREIGN_KEY_CHECKS=1
Note: See TracChangeset for help on using the changeset viewer.