IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 4:25:34 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.27

File:
1 edited

Legend:

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

    r14451 r14598  
    5050    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRunSummary");
    5151    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRegisteredImfile");
     52    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicRun");
     53    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicInputSkyfile");
     54    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicTree");
     55    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicNodeResult");
     56    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicMask");
    5257
    5358    psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.