Changeset 11780 for trunk/ippdb/tests/dbsetup.c
- Timestamp:
- Feb 13, 2007, 12:33:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbsetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbsetup.c
r11720 r11780 112 112 p4InputExpCreateTable(dbh); 113 113 114 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4SkyCellMap"); 115 p4SkyCellMapCreateTable(dbh); 116 114 117 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Scfile"); 115 118 p4ScfileCreateTable(dbh); 116 117 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputScfile");118 p4InputScfileCreateTable(dbh);119 120 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffScfile");121 p4DiffScfileCreateTable(dbh);122 123 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile");124 p4MagicMaskImfileCreateTable(dbh);125 126 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCell");127 skyCellCreateTable(dbh);128 129 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCellMap");130 skyCellMapCreateTable(dbh);131 119 132 120 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
