Skip to content

Instantly share code, notes, and snippets.

@georgestephanis
Created June 18, 2012 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save georgestephanis/2946746 to your computer and use it in GitHub Desktop.
Save georgestephanis/2946746 to your computer and use it in GitHub Desktop.
sql for ecchi
UPDATE `wp_term_taxonomy`
SET `parent` = '1013'
WHERE `parent` = '0'
AND `term_id` != '1013'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment