mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
3bed16e750
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
2 lines
105 B
SQL
2 lines
105 B
SQL
ALTER TABLE {$NAMESPACE}_phame.phame_blog
|
|
MODIFY parentSite VARCHAR(128) NULL COLLATE {$COLLATE_TEXT};
|