mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
d2ef273ecd
Summary: Ref T9096. This is a first cut at adding additional statuses, happy to add or subtract as needed... maybe even configurable? Also, the dialog doesn't seem to fire, I'll keep debugging. Test Plan: Close and Reopen many questions. Test applicationSearch params by seeing resolved questions, all questions. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9096 Differential Revision: https://secure.phabricator.com/D13826
2 lines
110 B
SQL
2 lines
110 B
SQL
ALTER TABLE {$NAMESPACE}_ponder.ponder_question
|
|
MODIFY status VARCHAR(32) NOT NULL COLLATE {$COLLATE_TEXT};
|