mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
42c0dd2b8e
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
2 lines
83 B
SQL
2 lines
83 B
SQL
ALTER TABLE {$NAMESPACE}_slowvote.slowvote_poll
|
|
ADD mailKey binary(20) NOT NULL;
|