Skip to content

Commit 2505637

Browse files
committed
Add uninstall information to readme
1 parent 0698f74 commit 2505637

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ Any pull requests are warmly welcome.
7979
Please note that this is a free extension. We do not provide individual customer support for this extension.
8080
If you find a bug, please open a GitHub issue.
8181

82+
##Uninstall
83+
If you want to uninstall the extension, please first remove all extension files. Then execute the following SQL
84+
Queries (please modify the table names if you are using a table prefix):
85+
86+
```sql
87+
DELETE FROM eav_attribute WHERE attribute_code LIKE 'solr_%';
88+
DELETE FROM core_resource WHERE code = 'integernet_solr_setup';
89+
DELETE FROM core_config_data WHERE path LIKE 'integernet_solr/%';
90+
```
91+
8292
## Upgrade
8393
IntegerNet\_Solr Free is an offspring of **IntegerNet_Solr Pro**, our powerful Solr extension for Magento.
8494
It offers more features, such as an extensive autosuggest window, multiselect filters, product lists in

0 commit comments

Comments
 (0)