4 lines
175 B
MySQL
4 lines
175 B
MySQL
|
|
UPDATE phabricator_directory.directory_item SET
|
||
|
|
href = REPLACE(href, 'http://phabricator.com/', 'http://www.phabricator.com/')
|
||
|
|
WHERE href LIKE 'http://phabricator.com/%';
|