IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 6:09:25 PM (18 years ago)
Author:
jhoblitt
Message:

update

File:
1 edited

Legend:

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

    r15576 r16587  
    2222    summitImfileCreateTable(dbh);
    2323
    24     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingExp");
    25     pzPendingExpCreateTable(dbh);
     24    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDownloadExp");
     25    pzDownloadExpCreateTable(dbh);
    2626
    27     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingImfile");
    28     pzPendingImfileCreateTable(dbh);
    29 
    30     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneExp");
    31     pzDoneExpCreateTable(dbh);
    32 
    33     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneImfile");
    34     pzDoneImfileCreateTable(dbh);
     27    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDownloadImfile");
     28    pzDownloadImfileCreateTable(dbh);
    3529
    3630    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS newExp");
     
    169163    flatcorrExpCreateTable(dbh);
    170164
     165    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampDataStore");
     166    pstampDataStoreCreateTable(dbh);
     167
     168    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampRequest");
     169    pstampRequestCreateTable(dbh);
     170
     171    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampJob");
     172    pstampJobCreateTable(dbh);
     173
    171174    psDBCleanup(dbh);
    172175
Note: See TracChangeset for help on using the changeset viewer.