Summary: Allows feed stories and mail for new Phame Posts. Test Plan: Write Post, Get Mail Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14426
3 lines
77 B
SQL
3 lines
77 B
SQL
ALTER TABLE {$NAMESPACE}_phame.phame_post
|
|
ADD mailKey binary(20) NOT NULL;
|