IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2007, 3:59:06 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/dbsetup.c

    r14598 r15343  
    1313
    1414    // remove the table if it already exists
     15    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDataStore");
     16    pzDataStoreCreateTable(dbh);
     17
    1518    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitExp");
    1619    summitExpCreateTable(dbh);
     
    130133    detRegisteredImfileCreateTable(dbh);
    131134
     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
    132141    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicRun");
    133142    magicRunCreateTable(dbh);
     
    145154    magicMaskCreateTable(dbh);
    146155
     156    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicSkyfileMask");
     157    magicSkyfileMaskCreateTable(dbh);
     158
    147159    psDBCleanup(dbh);
    148160
Note: See TracChangeset for help on using the changeset viewer.