Created
July 9, 2011 00:13
-
-
Save el22or/1073117 to your computer and use it in GitHub Desktop.
Update Drupal files path in database manually
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 files SET filepath = REPLACE (filepath, 'old/path', 'new/path'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment