IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2008, 12:32:27 PM (18 years ago)
Author:
jhoblitt
Message:

update

File:
1 edited

Legend:

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

    r18595 r20205  
    166166    flatcorrRunCreateTable(dbh);
    167167
    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);
    170173
    171174    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampDataStore");
    172175    pstampDataStoreCreateTable(dbh);
     176
     177    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampProject");
     178    pstampProjectCreateTable(dbh);
    173179
    174180    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampRequest");
Note: See TracChangeset for help on using the changeset viewer.