diff --git a/src/applications/feed/query/PhabricatorFeedQuery.php b/src/applications/feed/query/PhabricatorFeedQuery.php index b9c7d099aa..13cfb266ed 100644 --- a/src/applications/feed/query/PhabricatorFeedQuery.php +++ b/src/applications/feed/query/PhabricatorFeedQuery.php @@ -101,7 +101,7 @@ final class PhabricatorFeedQuery 'key' => array( 'table' => $table, 'column' => 'chronologicalKey', - 'type' => 'int', + 'type' => 'string', 'unique' => true, ), );