IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 11:55:54 AM (20 years ago)
Author:
jhoblitt
Message:

drop table.position auto index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/createtable.tt

    r6029 r9419  
    55
    66    md = psMetadataAlloc();
    7     if (!psMetadataAdd(md, PS_LIST_TAIL, [% table.namespace FILTER upper %]_INDEX_NAME, PS_DATA_S32, "AUTO_INCREMENT", 0.0)) {
    8         psError(PS_ERR_UNKNOWN, false, "failed to add item %s", [% table.namespace FILTER upper %]_INDEX_NAME);
    9         psFree(md);
    10         return false;
    11     }
    127[% FOREACH item = table.columns -%]
    138[% IF item.comment;
Note: See TracChangeset for help on using the changeset viewer.