Summary: Adds mailkeys, basic structure for publishing to feed, sending mail. Test Plan: New Poll, vote, comment, etc. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13749
3 lines
83 B
SQL
3 lines
83 B
SQL
ALTER TABLE {$NAMESPACE}_slowvote.slowvote_poll
|
|
ADD mailKey binary(20) NOT NULL;
|