IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 5:52:50 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.65

File:
1 edited

Legend:

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

    r10238 r10681  
    109109    detRunSummaryCreateTable(dbh);
    110110
     111    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Run");
     112    p4RunCreateTable(dbh);
     113
     114    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputImfile");
     115    p4InputImfileCreateTable(dbh);
     116
     117    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PWarpedImfile");
     118    p4PWarpedImfileCreateTable(dbh);
     119
     120    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PStackedImfile");
     121    p4PStackedImfileCreateTable(dbh);
     122
     123    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PDiffImfile");
     124    p4PDiffImfileCreateTable(dbh);
     125
     126    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4PMagicMaskImfile");
     127    p4PMagicMaskImfileCreateTable(dbh);
     128
    111129    psDBCleanup(dbh);
    112130
Note: See TracChangeset for help on using the changeset viewer.