Index: branches/5.1.x/core/install/install_schema.sql =================================================================== diff -u -N -r14108 -r14109 --- branches/5.1.x/core/install/install_schema.sql (.../install_schema.sql) (revision 14108) +++ branches/5.1.x/core/install/install_schema.sql (.../install_schema.sql) (revision 14109) @@ -893,11 +893,6 @@ KEY SearchType (SearchType) ); -CREATE TABLE IgnoreKeywords ( - keyword varchar(20) NOT NULL default '', - PRIMARY KEY (keyword) -); - CREATE TABLE SpamControl ( ItemResourceId int(11) NOT NULL default '0', IPaddress varchar(20) NOT NULL default '',