IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2008, 4:36:52 PM (18 years ago)
Author:
jhoblitt
Message:

update

File:
1 edited

Legend:

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

    r17833 r17840  
    46344634        return false;
    46354635    }
    4636     if (!psMetadataAdd(md, PS_LIST_TAIL, "exp_name", PS_DATA_STRING, "UNIQUE(exp_id, tmp_class_id)", "64")) {
     4636    if (!psMetadataAdd(md, PS_LIST_TAIL, "exp_name", PS_DATA_STRING, "UINDEX(exp_id, tmp_class_id)", "64")) {
    46374637        psError(PS_ERR_UNKNOWN, false, "failed to add item exp_name");
    46384638        psFree(md);
Note: See TracChangeset for help on using the changeset viewer.