Changeset 902

Show
Ignore:
Timestamp:
03/06/02 01:15:41 (11 years ago)
Author:
bradfitz
Message:

missing comma

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bin/upgrading/update-db-general.pl

    r899 r902  
    12761276  subtime     DATETIME NOT NULL, 
    12771277  exptime     DATETIME NOT NULL, 
    1278   INDEX (exptime) 
     1278  INDEX (exptime), 
    12791279  ntype      CHAR(1) NOT NULL 
    12801280)