Juni 2020 - τяιѕƒ

тяιѕƒ ρяσנє¢т

Linux Enthusiast • Coffee-Fueled • Terminal Dweller

Usually found behind a terminal, a cup of coffee, and an idea that seemed simple at first.

Previous Work

No sponsors. No noise. Just me, code, and bitter coffee


Postingan ini akan membantu Anda untuk menghapus data customer dengan cepat di Database, pastikan ini bukan data customer di production ya.

SET FOREIGN_KEY_CHECKS = 0;
TRUNCATE `customer_address_entity`;
TRUNCATE `customer_address_entity_datetime`;
TRUNCATE `customer_address_entity_decimal`;
TRUNCATE `customer_address_entity_int`;
TRUNCATE `customer_address_entity_text`;
TRUNCATE `customer_address_entity_varchar`;
TRUNCATE `customer_entity`;
TRUNCATE `customer_entity_datetime`;
TRUNCATE `customer_entity_decimal`;
TRUNCATE `customer_entity_int`;
TRUNCATE `customer_entity_text`;
TRUNCATE `customer_entity_varchar`; 

Setelah itu lakukan reindex, semoga bermanfaat.