This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Delete connections statistics report: Execute SQL Query */ | |
| TRUNCATE TABLE ps_connections; | |
| TRUNCATE TABLE ps_connections_source; | |
| TRUNCATE TABLE ps_connections_page; | |
| TRUNCATE TABLE ps_guest; | |
| /* Delete Prestashop Logs: Execute SQL Query */ | |
| TRUNCATE TABLE ps_log; | |
| /* Delete Prestashop Referrer statistics report: Execute SQL Query */ |