IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2007, 4:29:12 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.10

File:
1 edited

Legend:

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

    r11867 r11988  
    4545    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputExp");
    4646    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4SkyCellMap");
    47     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Scfile");
     47    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Skyfile");
    4848    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5Run");
    49     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5InputScfile");
    50     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5DiffScfile");
     49    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5InputSkyfile");
     50    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5DiffSkyfile");
    5151    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6Run");
    52     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6InputScfile");
    53     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6SumScfile");
     52    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6InputSkyfile");
     53    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6SumSkyfile");
    5454
    5555    psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.