mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
967945e4b4
Summary: Ref T9897. Adds a Parent Site and Parent Domain field to allow external sites to link back to parent. Test Plan: Set up ```local.blog.phacility.com```, set parent site to "Phacility" and parent domain to "local.www.phacility.com". Get new crumbs at Blog and Post levels. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9897 Differential Revision: https://secure.phabricator.com/D16150
2 lines
108 B
SQL
2 lines
108 B
SQL
ALTER TABLE {$NAMESPACE}_phame.phame_blog
|
|
ADD parentDomain VARCHAR(128) NOT NULL COLLATE {$COLLATE_TEXT};
|