This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-phorge
Watch
1
Star
0
Fork
You've already forked phorge-phorge
0
mirror of
https://we.phorge.it/source/phorge.git
synced
2024-11-09 16:32:39 +01:00
Code
Issues
Releases
Wiki
Activity
master
phorge-phorge
/
resources
/
sql
/
autopatches
/
20150806.ponder.status.3.sql
3 lines
89 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
Add additional statuses to Ponder 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
2015-08-08 19:23:33 +02:00
UPDATE
{
$
NAMESPACE
}
_ponder
.
ponder_question
Fix SQL issue with Ponder migration 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
2015-08-08 20:07:42 +02:00
SET
status
=
'
resolved
'
WHERE
status
=
'
1
'
;
Copy permalink