mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
736bda7081
Summary: This fails to apply on my second sandbox with incorrect DOUBLE value. Reran SQL, works as expected. Test Plan: Rerun new SQL on ponder_question table Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D13830
2 lines
85 B
SQL
2 lines
85 B
SQL
UPDATE {$NAMESPACE}_ponder.ponder_question
|
|
SET status = 'open' WHERE status = '0';
|