IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17839 for trunk/dbconfig


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

rename UNIQUE() -> UINDEX() so as not to conflict with the UNIQUE keyword

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/tasks.md

    r17802 r17839  
    1 # $Id: tasks.md,v 1.152 2008-05-24 03:09:11 price Exp $
     1# $Id: tasks.md,v 1.153 2008-05-29 02:36:29 jhoblitt Exp $
    22
    33# this table records all exposure ID ever seen from the summit
     
    160160rawImfile METADATA
    161161    exp_id      S64         64      # Primary Key fkey(exp_id, tmp_class_id) ref newImfile(exp_id, tmp_class_id)
    162     exp_name    STR         64      # UNIQUE(exp_id, tmp_class_id)
     162    exp_name    STR         64      # UINDEX(exp_id, tmp_class_id)
    163163    camera      STR         64
    164164    telescope   STR         64
Note: See TracChangeset for help on using the changeset viewer.