Last active
January 25, 2017 22:22
-
-
Save cwolferh/ae2727fcf2190ba36c00cca0567c9d1d to your computer and use it in GitHub Desktop.
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
# probably a good idea to stop h-eng | |
delete from event; | |
delete from stack_tag; | |
delete from resource_data; | |
delete from watch_rule; | |
delete from watch_data; | |
delete from software_config; | |
delete from software_deployment; | |
delete from snapshot; | |
delete from stack_lock; | |
delete from sync_point; | |
delete from resource; | |
delete from stack; | |
delete from raw_template; | |
delete from raw_template_files; | |
delete from user_creds; | |
delete from resource_properties_data; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment