Page MenuHomestyx hydra

20160119.project.1.silence.sql
No OneTemporary

20160119.project.1.silence.sql

/* PhabricatorObjectHasUnsubscriberEdgeType::EDGECONST = 23 */
/* PhabricatorProjectSilencedEdgeType::EDGECONST = 61 */
/* This is converting existing unsubscribes into disabled mail. */
INSERT IGNORE INTO {$NAMESPACE}_project.edge (src, type, dst, dateCreated)
SELECT src, 61, dst, dateCreated FROM {$NAMESPACE}_project.edge
WHERE type = 23;

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 3, 2:15 PM (7 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
433566
Default Alt Text
20160119.project.1.silence.sql (349 B)

Event Timeline