mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
af5001db64
Summary: Ref T9897. This moves "Domain" to "DomainFullURI" to allow setting of https or for some reason, a port. I guess. Test Plan: Try to break by setting a path, or fake protocol. Set to http, or https, see correct redirects. Verify domain still gets written. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9897 Differential Revision: https://secure.phabricator.com/D16173
3 lines
118 B
SQL
3 lines
118 B
SQL
UPDATE {$NAMESPACE}_phame.phame_blog
|
|
SET domainFullURI = CONCAT('http://', domain, '/')
|
|
WHERE domain IS NOT NULL;
|