mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
d718415868
Summary: Until we have a proper close as duplicate workflow for Ponder, remove the option with something more sensible. Test Plan: Closed a question as invalid, saw it closed and in feed. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14007
2 lines
96 B
SQL
2 lines
96 B
SQL
UPDATE {$NAMESPACE}_ponder.ponder_question
|
|
SET status = 'invalid' WHERE status = 'duplicate';
|