IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 30, 2007, 4:45:31 PM (19 years ago)
Author:
jhoblitt
Message:

update

File:
1 edited

Legend:

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

    r15420 r15421  
    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);
     
    4851    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS chipRun");
    4952    chipRunCreateTable(dbh);
    50 
    51     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS chipInputImfile");
    52     chipInputImfileCreateTable(dbh);
    5353
    5454    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS chipProcessedImfile");
     
    130130    detRunSummaryCreateTable(dbh);
    131131
     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
    132159    psDBCleanup(dbh);
    133160
Note: See TracChangeset for help on using the changeset viewer.