IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 5:14:16 PM (19 years ago)
Author:
jhoblitt
Message:

add flatcorr tables

File:
1 edited

Legend:

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

    r15569 r15576  
    163163    calRunCreateTable(dbh);
    164164
     165    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrRun");
     166    flatcorrRunCreateTable(dbh);
     167
     168    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrExp");
     169    flatcorrExpCreateTable(dbh);
     170
    165171    psDBCleanup(dbh);
    166172
Note: See TracChangeset for help on using the changeset viewer.