- #17116: Standardize whitespace in database.sql

4.7.x
Steven Wittens 2005-07-29 07:26:49 +00:00
parent 8de43c320a
commit f493c156d4
2 changed files with 36 additions and 36 deletions

View File

@ -560,7 +560,7 @@ CREATE TABLE search_index (
CREATE TABLE search_total (
word varchar(50) NOT NULL default '',
count int(10) unsigned default NULL,
PRIMARY KEY word (word)
PRIMARY KEY (word)
) TYPE=MyISAM;
--