Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18395325
D10028.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
974 B
Referenced Files
None
Subscribers
None
D10028.diff
View Options
diff --git a/resources/sql/autopatches/20140723.apprenamexaction.sql b/resources/sql/autopatches/20140723.apprenamexaction.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20140723.apprenamexaction.sql
@@ -0,0 +1,13 @@
+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';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 30 2025, 11:03 AM (14 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8617310
Default Alt Text
D10028.diff (974 B)
Attached To
Mode
D10028: Add a missing migration for transaction actors
Attached
Detach File
Event Timeline
Log In to Comment