Changeset 20205 for trunk/ippdb/tests/dbsetup.c
- Timestamp:
- Oct 16, 2008, 12:32:27 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbsetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbsetup.c
r18595 r20205 166 166 flatcorrRunCreateTable(dbh); 167 167 168 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrExp"); 169 flatcorrExpCreateTable(dbh); 168 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrChipLink"); 169 flatcorrChipLinkCreateTable(dbh); 170 171 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrCamLink"); 172 flatcorrCamLinkCreateTable(dbh); 170 173 171 174 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampDataStore"); 172 175 pstampDataStoreCreateTable(dbh); 176 177 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampProject"); 178 pstampProjectCreateTable(dbh); 173 179 174 180 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampRequest");
Note:
See TracChangeset
for help on using the changeset viewer.
