Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14001634
D13830.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
791 B
Referenced Files
None
Subscribers
None
D13830.id.diff
View Options
diff --git a/resources/sql/autopatches/20150806.ponder.status.2.sql b/resources/sql/autopatches/20150806.ponder.status.2.sql
--- a/resources/sql/autopatches/20150806.ponder.status.2.sql
+++ b/resources/sql/autopatches/20150806.ponder.status.2.sql
@@ -1,2 +1,2 @@
UPDATE {$NAMESPACE}_ponder.ponder_question
- SET status = 'open' WHERE status = 0;
+ SET status = 'open' WHERE status = '0';
diff --git a/resources/sql/autopatches/20150806.ponder.status.3.sql b/resources/sql/autopatches/20150806.ponder.status.3.sql
--- a/resources/sql/autopatches/20150806.ponder.status.3.sql
+++ b/resources/sql/autopatches/20150806.ponder.status.3.sql
@@ -1,2 +1,2 @@
UPDATE {$NAMESPACE}_ponder.ponder_question
- SET status = 'resolved' WHERE status = 1;
+ SET status = 'resolved' WHERE status = '1';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 26, 10:31 AM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6732236
Default Alt Text
D13830.id.diff (791 B)
Attached To
Mode
D13830: Fix SQL issue with Ponder migration
Attached
Detach File
Event Timeline
Log In to Comment