Changeset 11988 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Feb 21, 2007, 4:29:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r11867 r11988 45 45 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputExp"); 46 46 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4SkyCellMap"); 47 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4S cfile");47 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Skyfile"); 48 48 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5Run"); 49 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5InputS cfile");50 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5DiffS cfile");49 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5InputSkyfile"); 50 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5DiffSkyfile"); 51 51 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6Run"); 52 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6InputS cfile");53 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6SumS cfile");52 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6InputSkyfile"); 53 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6SumSkyfile"); 54 54 55 55 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
