IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2007, 12:33:39 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.5

File:
1 edited

Legend:

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

    r11720 r11780  
    112112    p4InputExpCreateTable(dbh);
    113113
     114    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4SkyCellMap");
     115    p4SkyCellMapCreateTable(dbh);
     116
    114117    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Scfile");
    115118    p4ScfileCreateTable(dbh);
    116 
    117     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputScfile");
    118     p4InputScfileCreateTable(dbh);
    119 
    120     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffScfile");
    121     p4DiffScfileCreateTable(dbh);
    122 
    123     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile");
    124     p4MagicMaskImfileCreateTable(dbh);
    125 
    126     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCell");
    127     skyCellCreateTable(dbh);
    128 
    129     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCellMap");
    130     skyCellMapCreateTable(dbh);
    131119
    132120    psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.