-
-
Save keopx/e3e05fab3969005610fe 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
cd sites/example | |
drush -v sqlq 'UPDATE system SET filename = REPLACE(filename, "example", "example2")' | |
mv sites/example sites/example2 | |
drush rr -v # This is Registry Rebuild Drush command | |
# Then, browse your code and search for URLs containing sites/example. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment