Table of Contents |
---|
Here you may find instructions on how to uninstall the module. Following scenario is valid for all module versions we have released so far.
Delete folders and files
- delete folder app/code/Nostress/Koongo
Database modifications
Run following sql script over database. The script removes all Koongo Connector for Magento 2 tables.
Module uninstallation sql script
DELETE FROM setup_module WHERE `setup_module`.`module` = 'Nostress_Koongo'; DROP TABLE nostress_koongo_cache_product DROP TABLE nostress_koongo_cache_tax; DROP TABLE nostress_koongo_cache_categorypath; DROP TABLE nostress_koongo_cache_weee; DROP TABLE nostress_koongo_cache_profilecategory; DROP TABLE nostress_koongo_cache_channelcategory; DROP TABLE nostress_koongo_taxonomy_category_mapping; DROP TABLE nostress_koongo_taxonomy_setup; DROP TABLE nostress_koongo_cron; DROP TABLE nostress_koongo_channel_profile; DROP TABLE nostress_koongo_channel_feed; DROP TABLE nostress_koongo_taxonomy_category;
Cache refresh
Finally, do not forget to refresh cache