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/dbsetup.c

    r8368 r8380  
    103103    detMasterImfileCreateTable(dbh);
    104104
    105     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidImfileAnalysis");
    106     detResidImfileAnalysisCreateTable(dbh);
     105    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidImfile");
     106    detResidImfileCreateTable(dbh);
    107107
    108     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidExpAnalysis");
    109     detResidExpAnalysisCreateTable(dbh);
     108    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidExp");
     109    detResidExpCreateTable(dbh);
    110110
    111111    psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.