IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2007, 4:02:28 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.6

File:
1 edited

Legend:

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

    r11780 r11809  
    118118    p4ScfileCreateTable(dbh);
    119119
     120    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5Run");
     121    p5RunCreateTable(dbh);
     122
     123    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5InputScfile");
     124    p5InputScfileCreateTable(dbh);
     125
     126    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5DiffScfile");
     127    p5DiffScfileCreateTable(dbh);
     128
    120129    psDBCleanup(dbh);
    121130
Note: See TracChangeset for help on using the changeset viewer.