Skip to content

Instantly share code, notes, and snippets.

@weblegko
Last active June 7, 2022 16:01
Show Gist options
  • Save weblegko/e8ed29e7ab15bbc4e29adecba2e8aa8d to your computer and use it in GitHub Desktop.
Save weblegko/e8ed29e7ab15bbc4e29adecba2e8aa8d to your computer and use it in GitHub Desktop.
Prestashop clear statistic from DB
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