[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/resources/sql/autopatches/ -> 20140723.apprenamexaction.sql (source)

   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';
  10  
  11  UPDATE {$NAMESPACE}_differential.differential_transaction
  12    SET authorPHID = 'PHID-APPS-PhabricatorHarbormasterApplication'
  13    WHERE authorPHID = 'PHID-APPS-PhabricatorApplicationHarbormaster';


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1