IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 10:19:58 AM (20 years ago)
Author:
jhoblitt
Message:

remove p0CameraConfig tables
update database table formats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtables.c

    r6292 r6336  
    2323    }
    2424    if (!rawDetrendExpCreateTable(config->database)) {
    25         psError(PS_ERR_UNKNOWN, false, "database access failed");
    26         status = false;
    27     }
    28     if (!p0CameraConfigCreateTable(config->database)) {
    2925        psError(PS_ERR_UNKNOWN, false, "database access failed");
    3026        status = false;
     
    112108        status = false;
    113109    }
    114     if (!p0CameraConfigDropTable(config->database)) {
    115         psError(PS_ERR_UNKNOWN, false, "database access failed");
    116         status = false;
    117     }
    118110    if (!p1PendingExpDropTable(config->database)) {
    119111        psError(PS_ERR_UNKNOWN, false, "database access failed");
Note: See TracChangeset for help on using the changeset viewer.