Skip to content

Instantly share code, notes, and snippets.

@zolthan
Last active September 21, 2020 13:04
Show Gist options
  • Save zolthan/372ea242197afb2a72ab6abdc0f20d45 to your computer and use it in GitHub Desktop.
Save zolthan/372ea242197afb2a72ab6abdc0f20d45 to your computer and use it in GitHub Desktop.
Shopware 6 - Cleanup testing data (Orders, Customers, etc)
DELETE FROM `document` WHERE referenced_document_id IS NOT NULL;
DELETE FROM `document`;
DELETE FROM `cart`;
DELETE FROM `order`;
DELETE FROM `customer`;
DELETE FROM `log_entry`;
DELETE FROM `newsletter_recipient`;
-- Plugin Frosh Mail Archive
DELETE FROM `frosh_mail_archive`;
-- Plugin Customweb Datatrans
DELETE FROM `sw_datatranscw_cc`;
DELETE FROM `sw_datatranscw_transactions`;
-- Plugin 7thSENSE Vortex
DELETE FROM `vortex_queue`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment