Changeset 11780 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Feb 13, 2007, 12:33:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r11720 r11780 44 44 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Run"); 45 45 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputExp"); 46 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4SkyCellMap"); 46 47 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");49 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile");50 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCell");51 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCellMap");52 48 53 49 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
