Skip to content

Instantly share code, notes, and snippets.

@maranemil
Last active August 29, 2015 14:15
Show Gist options
  • Save maranemil/be7c0e988725100884fd to your computer and use it in GitHub Desktop.
Save maranemil/be7c0e988725100884fd to your computer and use it in GitHub Desktop.
Quick Delete for Activities for Test/Dev Mode - SugarCRM
TRUNCATE TABLE `activities`;
TRUNCATE TABLE `calls`;
TRUNCATE TABLE `calls_contacts`;
TRUNCATE TABLE `meetings`;
TRUNCATE TABLE `meetings_contacts`;
TRUNCATE TABLE `tasks`;
TRUNCATE TABLE `notes`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment