IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2006, 6:14:10 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.30

File:
1 edited

Legend:

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

    r8368 r8380  
    4141    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detMasterFrame");
    4242    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detMasterImfile");
    43     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidImfileAnalysis");
    44     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidExpAnalysis");
     43    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidImfile");
     44    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidExp");
    4545
    4646    psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.