Skip to content

Commit

Permalink
Uninstall instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
empiricompany committed Nov 16, 2017
1 parent 44bf418 commit 2b52010
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ Modman install
modman clone https://github.com/empiricompany/empiricompany_attributearray.git
```

For a clean uninstall you have to update attribute to user_defined
```
UPDATE `eav_attribute` SET is_user_defined = 1 WHERE attribute_code = 'attributearray';
```
then you can remove it from magento backend.

0 comments on commit 2b52010

Please sign in to comment.