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

    r11867 r11988  
    115115    p4SkyCellMapCreateTable(dbh);
    116116
    117     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Scfile");
    118     p4ScfileCreateTable(dbh);
     117    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Skyfile");
     118    p4SkyfileCreateTable(dbh);
    119119
    120120    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5Run");
    121121    p5RunCreateTable(dbh);
    122122
    123     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5InputScfile");
    124     p5InputScfileCreateTable(dbh);
     123    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5InputSkyfile");
     124    p5InputSkyfileCreateTable(dbh);
    125125
    126     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5DiffScfile");
    127     p5DiffScfileCreateTable(dbh);
     126    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5DiffSkyfile");
     127    p5DiffSkyfileCreateTable(dbh);
    128128
    129129    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6Run");
    130130    p6RunCreateTable(dbh);
    131131
    132     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6InputScfile");
    133     p6InputScfileCreateTable(dbh);
     132    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6InputSkyfile");
     133    p6InputSkyfileCreateTable(dbh);
    134134
    135     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6SumScfile");
    136     p6SumScfileCreateTable(dbh);
     135    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6SumSkyfile");
     136    p6SumSkyfileCreateTable(dbh);
    137137
    138138    psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.