Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20140723.apprenamexaction.sql
blobe7939ba617448183987e5e08771605632c75a346
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';