IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 3:35:04 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.73

File:
1 edited

Legend:

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

    r10753 r11045  
    4040    newImfileCreateTable(dbh);
    4141
    42     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS rawDetrendExp");
    43     rawDetrendExpCreateTable(dbh);
    44 
    45     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS rawScienceExp");
    46     rawScienceExpCreateTable(dbh);
     42    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS rawExp");
     43    rawExpCreateTable(dbh);
    4744
    4845    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS rawImfile");
Note: See TracChangeset for help on using the changeset viewer.