Changeset 15421 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Oct 30, 2007, 4:45:31 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r15420 r15421 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"); … … 23 24 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS guidePendingExp"); 24 25 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS chipRun"); 25 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS chipInputImfile");26 26 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS chipProcessedImfile"); 27 27 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS chipMask"); … … 50 50 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidExp"); 51 51 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRunSummary"); 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"); 55 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicRun"); 56 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicInputSkyfile"); 57 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicTree"); 58 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicNodeResult"); 59 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicMask"); 60 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicSkyfileMask"); 52 61 53 62 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
