Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15382802
D16452.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
392 B
Referenced Files
None
Subscribers
None
D16452.diff
View Options
diff --git a/resources/sql/autopatches/20160825.ponder.sql b/resources/sql/autopatches/20160825.ponder.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20160825.ponder.sql
@@ -0,0 +1,7 @@
+/* Removes Ponder vote data. */
+
+DELETE FROM {$NAMESPACE}_ponder.edge
+ WHERE type IN (17, 18, 19, 20);
+
+DELETE FROM {$NAMESPACE}_user.edge
+ WHERE type IN (17, 18, 19, 20);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 2:32 PM (6 d, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7624758
Default Alt Text
D16452.diff (392 B)
Attached To
Mode
D16452: Added autopatch to remove ponder vote data
Attached
Detach File
Event Timeline
Log In to Comment