1 UPDATE {$NAMESPACE}_differential.differential_transaction
2 SET authorPHID = 'PHID-APPS-PhabricatorHeraldApplication'
3 WHERE authorPHID = 'PHID-APPS-PhabricatorApplicationHerald';
4 UPDATE {$NAMESPACE}_maniphest.maniphest_transaction
5 SET authorPHID = 'PHID-APPS-PhabricatorHeraldApplication'
6 WHERE authorPHID = 'PHID-APPS-PhabricatorApplicationHerald';
7 UPDATE {$NAMESPACE}_pholio.pholio_transaction
8 SET authorPHID = 'PHID-APPS-PhabricatorHeraldApplication'
9 WHERE authorPHID = 'PHID-APPS-PhabricatorApplicationHerald';
11 UPDATE {$NAMESPACE}_differential.differential_transaction
12 SET authorPHID = 'PHID-APPS-PhabricatorHarbormasterApplication'
13 WHERE authorPHID = 'PHID-APPS-PhabricatorApplicationHarbormaster';