IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 5:52:50 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.65

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/dbcleanup.c

    r10238 r10681  
    4343    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidExp");
    4444    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRunSummary");
     45    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Run");
     46    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputImfile");
     47    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PWarpedImfile");
     48    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PStackedImfile");
     49    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PDiffImfile");
     50    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PMagicMaskImfile");
    4551
    4652    psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.