Changeset 11720 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Feb 8, 2007, 3:18:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r11679 r11720 42 42 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidExp"); 43 43 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRunSummary"); 44 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4aRun"); 45 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4aInputExp"); 46 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4aScfile"); 47 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4bRun"); 48 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4bInputScfile"); 49 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4bDiffScfile"); 50 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4cRun"); 51 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4cInputExp"); 44 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Run"); 45 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputExp"); 46 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Scfile"); 47 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputScfile"); 48 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffScfile"); 52 49 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile"); 53 50 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCell");
Note:
See TracChangeset
for help on using the changeset viewer.
