1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 17:02:41 +01:00
phorge-phorge/resources/sql/patches/128.phabricatorcom.sql
vrana 32d2395a45 Unify links to www.phabricator.com and phabricator.com
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
2012-04-09 14:32:03 -07:00

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/%';