Skip to content

Instantly share code, notes, and snippets.

@thuijssoon
Created November 7, 2016 08:52
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 thuijssoon/bb44d06638de405bc8926a1cf1239e00 to your computer and use it in GitHub Desktop.
Save thuijssoon/bb44d06638de405bc8926a1cf1239e00 to your computer and use it in GitHub Desktop.
UPDATE `wp_postmeta`
SET `meta_value` = REPLACE(`meta_value`, 'http:', 'https:')
WHERE `meta_key` = 'book_review_cover_url' AND `meta_value` LIKE ('http:%');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment