Last active
June 7, 2022 16:01
-
-
Save weblegko/e8ed29e7ab15bbc4e29adecba2e8aa8d to your computer and use it in GitHub Desktop.
Prestashop clear statistic from DB
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
| TRUNCATE `ps_connections`; | |
| TRUNCATE `ps_connections_page`; | |
| TRUNCATE `ps_connections_source`; | |
| TRUNCATE `ps_page_viewed`; | |
| TRUNCATE `ps_guest`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment