The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
| SET FOREIGN_KEY_CHECKS=0; | |
| -- Customers | |
| 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`; |
| # Magento Connect 2 cache directories and files | |
| downloader/pearlib/cache/ | |
| downloader/*.cfg | |
| # Magento runtime media files | |
| media/catalog/product/cache/ | |
| media/tmp/ | |
| media/js/ | |
| media/css/ | |
| media/.thumbs/ |