Summary: Will use these more in the upcoming unbeta design of PhameBlog, likely. Also curious how this works. Test Plan: Add an image to a blog, remove an image from a blog. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14587
3 lines
80 B
SQL
3 lines
80 B
SQL
ALTER TABLE {$NAMESPACE}_phame.phame_blog
|
|
ADD profileImagePHID VARBINARY(64);
|