Changeset 15343 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Oct 19, 2007, 3:59:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r14598 r15343 11 11 } 12 12 13 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDataStore"); 13 14 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitExp"); 14 15 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitImfile"); … … 50 51 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRunSummary"); 51 52 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRegisteredImfile"); 53 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detCorrectedExp"); 54 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detCorrectedImfile"); 52 55 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicRun"); 53 56 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicInputSkyfile"); … … 55 58 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicNodeResult"); 56 59 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicMask"); 60 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicSkyfileMask"); 57 61 58 62 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
