add fulltext index on keywords, missed some directory localisations
This commit is contained in:
@@ -315,7 +315,9 @@ CREATE TABLE IF NOT EXISTS `profile` (
|
||||
`thumb` char(255) NOT NULL,
|
||||
`publish` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`net-publish` tinyint(1) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`)
|
||||
PRIMARY KEY (`id`),
|
||||
FULLTEXT KEY `pub_keywords` (`pub_keywords`),
|
||||
FULLTEXT KEY `prv_keywords` (`prv_keywords`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user