IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2007, 4:42:59 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.8

File:
1 edited

Legend:

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

    r11820 r11867  
    130130    p6RunCreateTable(dbh);
    131131
     132    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6InputScfile");
     133    p6InputScfileCreateTable(dbh);
     134
     135    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6SumScfile");
     136    p6SumScfileCreateTable(dbh);
     137
    132138    psDBCleanup(dbh);
    133139
Note: See TracChangeset for help on using the changeset viewer.