1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/resources/sql/autopatches/20140723.apprenamexaction.sql

14 lines
719 B
MySQL
Raw Normal View History

UPDATE {$NAMESPACE}_differential.differential_transaction
SET authorPHID = 'PHID-APPS-PhabricatorHeraldApplication'
WHERE authorPHID = 'PHID-APPS-PhabricatorApplicationHerald';
UPDATE {$NAMESPACE}_maniphest.maniphest_transaction
SET authorPHID = 'PHID-APPS-PhabricatorHeraldApplication'
WHERE authorPHID = 'PHID-APPS-PhabricatorApplicationHerald';
UPDATE {$NAMESPACE}_pholio.pholio_transaction
SET authorPHID = 'PHID-APPS-PhabricatorHeraldApplication'
WHERE authorPHID = 'PHID-APPS-PhabricatorApplicationHerald';
UPDATE {$NAMESPACE}_differential.differential_transaction
SET authorPHID = 'PHID-APPS-PhabricatorHarbormasterApplication'
WHERE authorPHID = 'PHID-APPS-PhabricatorApplicationHarbormaster';