Changeset 15420 for trunk/ippdb/tests/dbsetup.c
- Timestamp:
- Oct 30, 2007, 4:42:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbsetup.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbsetup.c
r15343 r15420 13 13 14 14 // remove the table if it already exists 15 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDataStore");16 pzDataStoreCreateTable(dbh);17 18 15 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitExp"); 19 16 summitExpCreateTable(dbh); … … 51 48 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS chipRun"); 52 49 chipRunCreateTable(dbh); 50 51 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS chipInputImfile"); 52 chipInputImfileCreateTable(dbh); 53 53 54 54 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS chipProcessedImfile"); … … 130 130 detRunSummaryCreateTable(dbh); 131 131 132 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRegisteredImfile");133 detRegisteredImfileCreateTable(dbh);134 135 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detCorrectedExp");136 detCorrectedExpCreateTable(dbh);137 138 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detCorrectedImfile");139 detCorrectedImfileCreateTable(dbh);140 141 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicRun");142 magicRunCreateTable(dbh);143 144 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicInputSkyfile");145 magicInputSkyfileCreateTable(dbh);146 147 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicTree");148 magicTreeCreateTable(dbh);149 150 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicNodeResult");151 magicNodeResultCreateTable(dbh);152 153 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicMask");154 magicMaskCreateTable(dbh);155 156 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicSkyfileMask");157 magicSkyfileMaskCreateTable(dbh);158 159 132 psDBCleanup(dbh); 160 133
Note:
See TracChangeset
for help on using the changeset viewer.
