Make Phame blog policies non-nullable
commit28b12fb3cdaf9f52fbe114aa496b19ef609848a3
authorepriestley <git@epriestley.com>
Fri, 1 Apr 2022 18:41:06 +0000 (1 11:41 -0700)
committerepriestley <git@epriestley.com>
Fri, 1 Apr 2022 19:52:55 +0000 (1 12:52 -0700)
treef5adfe998a11fcb458c85e60441cd2551995a837
parentdec95228a24151dacebccf27d4d033571d72946c
Make Phame blog policies non-nullable

Summary: Ref T6203. Ref T13661. These policies are incorrectly nullable, although it's likely that no pathway exists in the application to write NULL into them. Fix the schema.

Test Plan: Ran `bin/storage upgrade`.

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13661, T6203

Differential Revision: https://secure.phabricator.com/D21748
resources/sql/autopatches/20220401.phameinteract.01.sql [new file with mode: 0644]
resources/sql/autopatches/20220401.phameinteract.02.sql [new file with mode: 0644]
src/applications/phame/storage/PhameBlog.php