Created
July 29, 2016 17:44
-
-
Save pauiglesias/408fd2cd07bbdc42e6ac3d7c48d8650d to your computer and use it in GitHub Desktop.
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
UPDATE wp_posts SET post_content = REPLACE(post_content, "http://base-dev-url/", "http://base-prod-url/") WHERE post_content LIKE "%http://base-dev-url/%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment