IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2007, 12:16:50 PM (19 years ago)
Author:
jhoblitt
Message:

fix foreign key syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/src/ippdb.c

    r12535 r12568  
    71907190        return false;
    71917191    }
    7192     if (!psMetadataAdd(md, PS_LIST_TAIL, "chip_id", PS_DATA_S64, "Primary Key fkey(chip_id) ref chipProcessedExp.chip_id)", 0)) {
     7192    if (!psMetadataAdd(md, PS_LIST_TAIL, "chip_id", PS_DATA_S64, "Primary Key fkey(chip_id) ref chipProcessedExp(chip_id)", 0)) {
    71937193        psError(PS_ERR_UNKNOWN, false, "failed to add item chip_id");
    71947194        psFree(md);
     
    76077607        return false;
    76087608    }
    7609     if (!psMetadataAdd(md, PS_LIST_TAIL, "chip_id", PS_DATA_S64, "Primary Key fkey(chip_id) ref chipProcessedExp.chip_id)", 0)) {
     7609    if (!psMetadataAdd(md, PS_LIST_TAIL, "chip_id", PS_DATA_S64, "Primary Key fkey(chip_id) ref chipProcessedExp(chip_id)", 0)) {
    76107610        psError(PS_ERR_UNKNOWN, false, "failed to add item chip_id");
    76117611        psFree(md);
Note: See TracChangeset for help on using the changeset viewer.