- Fixed braino in MySQL database scheme. Patch by Gerhard.

4.3.x
Dries Buytaert 2003-08-21 14:25:49 +00:00
parent 8a3512d481
commit 881956cae7
1 changed files with 0 additions and 1 deletions

View File

@ -516,7 +516,6 @@ CREATE TABLE users (
rid int(10) unsigned NOT NULL default '0',
PRIMARY KEY (uid),
UNIQUE KEY name (name),
KEY sid (sid(4)),
KEY timestamp (timestamp)
) TYPE=MyISAM;