IcecatNV / magento-extension

MIT License
2 stars 9 forks source link

Fixed module uninstall issue #16

Open bhavyamodi29 opened 11 months ago

bhavyamodi29 commented 11 months ago

Preconditions

Magento Version : 2.4.6-p2 Module Version : 2.0.0

Description

Whenever you try to uninstall the IceCat module, it gives you an error , and you cannot uninstall the module. Also, whenever you disable the IceCat module and run the setup:upgrade command, five out of six tables in the database, generated through the "db_schema.xml" file by this module, get deleted. However, the remaining table named "icecat_queue_schedule"' in the database didn't get deleted .

Fixed Issues

Fixes https://github.com/IcecatNV/magento-extension/issues/15