Changeset 15343 for trunk/ippdb/tests/dbsetup.c
- Timestamp:
- Oct 19, 2007, 3:59:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbsetup.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbsetup.c
r14598 r15343 13 13 14 14 // remove the table if it already exists 15 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDataStore"); 16 pzDataStoreCreateTable(dbh); 17 15 18 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitExp"); 16 19 summitExpCreateTable(dbh); … … 130 133 detRegisteredImfileCreateTable(dbh); 131 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 132 141 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicRun"); 133 142 magicRunCreateTable(dbh); … … 145 154 magicMaskCreateTable(dbh); 146 155 156 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicSkyfileMask"); 157 magicSkyfileMaskCreateTable(dbh); 158 147 159 psDBCleanup(dbh); 148 160
Note:
See TracChangeset
for help on using the changeset viewer.
