Uninstall Magento custom extension with its database

前端 未结 1 1460
长情又很酷
长情又很酷 2021-01-26 11:22

I have created an extension and created zip file of extension so that I can install it through Magento Connect. When I uninstall my custom extension using Magento Connect it wil

相关标签:
1条回答
  • 2021-01-26 11:37

    Sadly, there is no rollback or uninstall script as you may find those on other framework.

    The install and data folders of modules are only meant to bump version up but there is no way provided by the framework to bump it down or in your case remove it totally.

    0 讨论(0)
提交回复
热议问题