Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created November 5, 2011 23:13
Show Gist options
  • Save milohuang/1342161 to your computer and use it in GitHub Desktop.
Save milohuang/1342161 to your computer and use it in GitHub Desktop.
Delete all post revisions
DELETE FROM wp_posts WHERE post_type = "revision"; // where wp_posts is your WordPress table for posts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment