Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleModule 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;

...