Skip to content

Instantly share code, notes, and snippets.

@asifpix
Created July 1, 2017 18:47
Show Gist options
  • Save asifpix/fe6376962730c15e6e85da5b13c8b91a to your computer and use it in GitHub Desktop.
Save asifpix/fe6376962730c15e6e85da5b13c8b91a to your computer and use it in GitHub Desktop.
Joomla Hits Reset (Article, K2, SPPageBuilder)
UPDATE `#_content` SET `hits` = 0;
UPDATE `#_k2_items` SET `hits` = 0;
UPDATE `#_sppagebuilder` SET `hits` = 0;
//Note: "#" will be replaced with your database table prefix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment