“Magento 2 Bestellung von DB löschen” Code-Antworten

Magento 2 Bestellung von DB löschen

SET FOREIGN_KEY_CHECKS=0;
Enchanting Echidna

Magento 2 Bestellung von DB löschen

TRUNCATE TABLE `sales_bestsellers_aggregated_daily`;
TRUNCATE TABLE `sales_bestsellers_aggregated_monthly`;
TRUNCATE TABLE `sales_bestsellers_aggregated_yearly`;
Filthy Ferret

Magento 2 Bestellung von DB löschen

TRUNCATE TABLE `quote`;
TRUNCATE TABLE `quote_address`;
TRUNCATE TABLE `quote_address_item`;
TRUNCATE TABLE `quote_id_mask`;
TRUNCATE TABLE `quote_item`;
TRUNCATE TABLE `quote_item_option`;
TRUNCATE TABLE `quote_payment`;
TRUNCATE TABLE `quote_shipping_rate`;
Filthy Ferret

Ähnliche Antworten wie “Magento 2 Bestellung von DB löschen”

Fragen ähnlich wie “Magento 2 Bestellung von DB löschen”

Weitere verwandte Antworten zu “Magento 2 Bestellung von DB löschen” auf PHP

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen