Skip to content

Instantly share code, notes, and snippets.

@seanf
Created November 11, 2013 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanf/7407820 to your computer and use it in GitHub Desktop.
Save seanf/7407820 to your computer and use it in GitHub Desktop.
Scrubs host-specific server settings from a Zanata database
DELETE FROM HApplicationConfiguration WHERE config_key LIKE 'host.url';
DELETE FROM HApplicationConfiguration WHERE config_key LIKE 'piwik%';
DELETE FROM HApplicationConfiguration WHERE config_key LIKE 'log.email.active';
DELETE FROM HApplicationConfiguration WHERE config_key LIKE 'log.destination.email';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment