Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15490971
D19054.id45682.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
781 B
Referenced Files
None
Subscribers
None
D19054.id45682.diff
View Options
diff --git a/resources/sql/autopatches/20180208.maniphest.02.populate.php b/resources/sql/autopatches/20180208.maniphest.02.populate.php
--- a/resources/sql/autopatches/20180208.maniphest.02.populate.php
+++ b/resources/sql/autopatches/20180208.maniphest.02.populate.php
@@ -20,8 +20,8 @@
// where the task was closed. A merge also counts as a close, even though
// it doesn't currently produce a separate transaction.
- $type_merge = ManiphestTaskStatusTransaction::TRANSACTIONTYPE;
- $type_status = ManiphestTaskMergedIntoTransaction::TRANSACTIONTYPE;
+ $type_status = ManiphestTaskStatusTransaction::TRANSACTIONTYPE;
+ $type_merge = ManiphestTaskMergedIntoTransaction::TRANSACTIONTYPE;
$xactions = id(new ManiphestTransactionQuery())
->setViewer($viewer)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 12, 10:08 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7225409
Default Alt Text
D19054.id45682.diff (781 B)
Attached To
Mode
D19054: Correct flipped transaction constants in "Closed Date" migration
Attached
Detach File
Event Timeline
Log In to Comment