Summary: Ref T9360. These weren't getting set properly, also make them nullable since they're optional. Test Plan: run upgrade, make a new blog with and without a parent domain. Edit a current blog. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9360 Differential Revision: https://secure.phabricator.com/D16242
3 lines
105 B
SQL
3 lines
105 B
SQL
ALTER TABLE {$NAMESPACE}_phame.phame_blog
|
|
MODIFY parentSite VARCHAR(128) NULL COLLATE {$COLLATE_TEXT};
|