Changeset 20205 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Oct 16, 2008, 12:32:27 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r18595 r20205 62 62 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS calRun"); 63 63 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"); 65 66 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampDataStore"); 67 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampProject"); 66 68 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampRequest"); 67 69 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampJob");
Note:
See TracChangeset
for help on using the changeset viewer.
