Created
January 11, 2017 11:12
-
-
Save trabulium/799039a75d5dc34c5974f950beed3dbc to your computer and use it in GitHub Desktop.
This file contains hidden or 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 core_config_data | |
SET value = REPLACE ( value, 'www.domain', 'dev.domain') | |
WHERE path like ('%base%_url%'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment