mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
2665970762
Summary: Adds an additional field for questions, an answer wiki, should should usually be community editable. Test Plan: New question, edit question, no wiki, lots of wiki. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14003
2 lines
108 B
SQL
2 lines
108 B
SQL
ALTER TABLE {$NAMESPACE}_ponder.ponder_question
|
|
ADD answerWiki LONGTEXT COLLATE {$COLLATE_TEXT} NOT NULL;
|