IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2006, 2:19:43 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.56

File:
1 edited

Legend:

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

    r9788 r10060  
    1616    summitExpCreateTable(dbh);
    1717
     18    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitImfile");
     19    summitImfileCreateTable(dbh);
     20
    1821    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingExp");
    1922    pzPendingExpCreateTable(dbh);
     
    2124    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingImfile");
    2225    pzPendingImfileCreateTable(dbh);
     26
     27    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneExp");
     28    pzDoneExpCreateTable(dbh);
     29
     30    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneImfile");
     31    pzDoneImfileCreateTable(dbh);
    2332
    2433    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS newExp");
Note: See TracChangeset for help on using the changeset viewer.