IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32604


Ignore:
Timestamp:
Nov 2, 2011, 4:43:38 PM (15 years ago)
Author:
bills
Message:

drop table lines were missing for a number of recently added tables

File:
1 edited

Legend:

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

    r28486 r32604  
    9797DROP TABLE IF EXISTS diffPhotRun;
    9898DROP TABLE IF EXISTS diffPhotSkyfile;
     99DROP TABLE IF EXISTS lapExp;
     100DROP TABLE IF EXISTS lapRun;
     101DROP TABLE IF EXISTS lapSequence;
     102DROP TABLE IF EXISTS minidvodbRun;
     103DROP TABLE IF EXISTS minidvodbCopy;
     104DROP TABLE IF EXISTS minidvodbProcessed;
     105DROP TABLE IF EXISTS vpProcessedCell;
     106DROP TABLE IF EXISTS vpRun;
    99107
    100108SET FOREIGN_KEY_CHECKS=1
Note: See TracChangeset for help on using the changeset viewer.