IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2008, 12:32:27 PM (18 years ago)
Author:
jhoblitt
Message:

update

File:
1 edited

Legend:

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

    r18595 r20205  
    6262    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS calRun");
    6363    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrRun");
    64     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrExp");
     64    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrChipLink");
     65    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrCamLink");
    6566    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampDataStore");
     67    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampProject");
    6668    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampRequest");
    6769    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampJob");
Note: See TracChangeset for help on using the changeset viewer.