Ignore:
Timestamp:
Feb 13, 2000, 12:54:30 AM (26 years ago)
Author:
bird
Message:

Corrections, DB optimizations, and some new features in StateUpd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/CreateTables.sql

    r2761 r2770  
    1 -- $Id: CreateTables.sql,v 1.3 2000-02-11 23:54:24 bird Exp $
     1-- $Id: CreateTables.sql,v 1.4 2000-02-12 23:54:29 bird Exp $
    22--
    33-- Create all tables.
     
    3838    updated  TINYINT  NOT NULL DEFAULT 0,
    3939    UNIQUE i1(refcode, aliasfn),
    40     UNIQUE i1a(aliasfn, name, dll),
    41     UNIQUE i1b(aliasfn, dll, refcode),
     40    UNIQUE i1a(dll, aliasfn, refcode),
     41    UNIQUE i1b(aliasfn, name, dll),
    4242    UNIQUE i1c(aliasfn, intname, dll, refcode),
    4343    UNIQUE i2(name, dll, refcode),
Note: See TracChangeset for help on using the changeset viewer.