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/dbcleanup.c

    r11720 r11780  
    4444    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Run");
    4545    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputExp");
     46    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4SkyCellMap");
    4647    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Scfile");
    47     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputScfile");
    48     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffScfile");
    49     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile");
    50     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCell");
    51     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCellMap");
    5248
    5349    psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.