Skip to content

Instantly share code, notes, and snippets.

@darrenjaworski
Created June 26, 2014 21:40
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 darrenjaworski/0bfc29d39776a6b758da to your computer and use it in GitHub Desktop.
Save darrenjaworski/0bfc29d39776a6b758da to your computer and use it in GitHub Desktop.
Craft replace siteUrl
UPDATE craft_info set siteUrl = replace(option_value, 'OLD_VALUE', 'NEW_VALUE')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment