install/schemas/mysql_stage2.sql
changeset 350 dd7cbc97f681
parent 349 fdaf9070566c
child 353 2398420f48e7
--- a/install/schemas/mysql_stage2.sql	Thu Jan 17 02:03:33 2008 -0500
+++ b/install/schemas/mysql_stage2.sql	Thu Jan 17 09:39:56 2008 -0500
@@ -181,12 +181,6 @@
   PRIMARY KEY ( hit_id ) 
 ) CHARACTER SET `utf8` COLLATE `utf8_bin`;
 
-CREATE TABLE {{TABLE_PREFIX}}search_index(
-  word varchar(64) NOT NULL,
-  page_names text,
-  PRIMARY KEY ( word ) 
-) CHARACTER SET `utf8` COLLATE `utf8_bin`;
-
 CREATE TABLE {{TABLE_PREFIX}}groups(
   group_id mediumint(5) UNSIGNED NOT NULL auto_increment,
   group_name varchar(64),