Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14024560
D8967.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
583 B
Referenced Files
None
Subscribers
None
D8967.diff
View Options
diff --git a/resources/sql/patches/20130921.xmigratemaniphest.php b/resources/sql/patches/20130921.xmigratemaniphest.php
--- a/resources/sql/patches/20130921.xmigratemaniphest.php
+++ b/resources/sql/patches/20130921.xmigratemaniphest.php
@@ -33,7 +33,7 @@
$xaction_type = $row['transactionType'];
$xaction_old = $row['oldValue'];
$xaction_new = $row['newValue'];
- $xaction_source = $row['contentSource'];
+ $xaction_source = idx($row, 'contentSource', '');
$xaction_meta = $row['metadata'];
// Convert "aux" (auxiliary field) transactions to proper CustomField
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 10:51 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6756083
Default Alt Text
D8967.diff (583 B)
Attached To
Mode
D8967: Upstream a patch to cover a migration issue
Attached
Detach File
Event Timeline
Log In to Comment