mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-02 11:42:42 +01:00
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/%';
|