Ignore:
Timestamp:
Aug 1, 2000, 3:58:53 AM (25 years ago)
Author:
bird
Message:

Corrected typo.

File:
1 edited

Legend:

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

    r3906 r3907  
    1 -- $Id: CreateTables.sql,v 1.14 2000-08-01 01:50:24 bird Exp $
     1-- $Id: CreateTables.sql,v 1.15 2000-08-01 01:58:53 bird Exp $
    22--
    33-- Create all tables.
     
    147147    UNIQUE i3(intname, dll, refcode),
    148148    INDEX  i4(dll, file),
    149     INDEX  i5(file. refcode),
     149    INDEX  i5(file, refcode),
    150150    INDEX  i6(state, file),
    151151    UNIQUE i7(state, refcode),
Note: See TracChangeset for help on using the changeset viewer.