IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2006, 2:38:16 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.50

File:
1 edited

Legend:

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

    r9301 r9684  
    1313
    1414    // remove the table if it already exists
    15     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS weather");
    16     weatherCreateTable(dbh);
    17 
    18     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyp_transparency");
    19     skyp_transparencyCreateTable(dbh);
    20 
    21     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyp_absorption");
    22     skyp_absorptionCreateTable(dbh);
    23 
    24     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyp_emission");
    25     skyp_emissionCreateTable(dbh);
    26 
    27     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS dimm");
    28     dimmCreateTable(dbh);
    29 
    30     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyp_ir");
    31     skyp_irCreateTable(dbh);
    32 
    33     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS dome");
    34     domeCreateTable(dbh);
    35 
    36     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS telescope");
    37     telescopeCreateTable(dbh);
    38 
    3915    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitExp");
    4016    summitExpCreateTable(dbh);
Note: See TracChangeset for help on using the changeset viewer.