/ Published in: MySQL
Expand |
Embed | Plain Text
UPDATE FILES SET filepath = REPLACE(filepath, 'sites/default/files/old/','sites/default/files/new/');
You need to login to post a comment.
zachharkey on 05/24/10
3 people have marked this snippet as a favorite
titosemi
Onfire60
variantstudios
UPDATE FILES SET filepath = REPLACE(filepath, 'sites/default/files/old/','sites/default/files/new/');
You need to login to post a comment.