Last active
August 29, 2015 14:15
-
-
Save maranemil/be7c0e988725100884fd to your computer and use it in GitHub Desktop.
Quick Delete for Activities for Test/Dev Mode - SugarCRM
This file contains 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 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