IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2006, 6:44:34 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.34

File:
1 edited

Legend:

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

    r8528 r8665  
    3030    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2PendingExp");
    3131    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2PendingImfile");
    32     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2DoneExp");
    33     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2DoneImfile");
     32    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2ProcessedExp");
     33    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2ProcessedImfile");
    3434    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p3PendingExp");
    3535    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRun");
Note: See TracChangeset for help on using the changeset viewer.