Uninstall the integernet_solr

Uninstall If you want to uninstall the extension, please first remove all extension files. Then execute the following SQL Queries (please modify the table names if you are using a table prefix):

上面这段话的意思: 如果你想卸载 /删除这个扩展文件:第一步删除所有文件,然后执行下面的sql语句。

DELETE FROM eav_attribute WHERE attribute_code LIKE 'solr_%';
DELETE FROM core_resource WHERE code = 'integernet_solr_setup';
DELETE FROM core_config_data WHERE path LIKE 'integernet_solr/%';

或者先执行下面的sql语句,查看上面删除的sql文件

  SELECT *  FROM eav_attribute WHERE attribute_code LIKE 'solr_%';
  SELECT *   FROM core_resource WHERE CODE = 'integernet_solr_setup';
  SELECT *  FROM  core_config_data WHERE path LIKE 'integernet_solr/%';

参考:https://github.com/integer-net/solr-magento1

Leave a comment

您的电子邮箱地址不会被公开。 必填项已用*标注