+2009-08-14 Francois Suter <francois@typo3.org>
+
+ * Code cleanup #11687: Removed duplicate SQL definition of table index_stat_word
+
2009-08-11 Francois Suter <francois@typo3.org>
* Code cleanup #11686: Incomplete SQL comments in t3lib/stddb/tables.sql
PRIMARY KEY (uid)
) ENGINE=InnoDB;
-
-#
-# Table structure for table 'index_stat_word'
-#
-CREATE TABLE index_stat_word (
- uid int(11) NOT NULL auto_increment,
- word varchar(30) DEFAULT '' NOT NULL,
- index_stat_search_id int(11) DEFAULT '0' NOT NULL,
- tstamp int(11) DEFAULT '0' NOT NULL,
- PRIMARY KEY (uid),
- KEY tstamp (tstamp,word)
-) ENGINE=InnoDB;
-
#
# Table structure for table 'index_debug'
#