mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
32d2395a45
Test Plan: scripts/sql/upgrade_schema.php Verify links at /directory/2/. Reviewers: epriestley Reviewed By: epriestley CC: aran Maniphest Tasks: T1096 Differential Revision: https://secure.phabricator.com/D2172
3 lines
175 B
SQL
3 lines
175 B
SQL
UPDATE phabricator_directory.directory_item SET
|
|
href = REPLACE(href, 'http://phabricator.com/', 'http://www.phabricator.com/')
|
|
WHERE href LIKE 'http://phabricator.com/%';
|