diff --git a/resources/sql/patches/20130913.maniphest.1.migratesearch.php b/resources/sql/patches/20130913.maniphest.1.migratesearch.php index c5d82982ed..7cf51069cd 100644 --- a/resources/sql/patches/20130913.maniphest.1.migratesearch.php +++ b/resources/sql/patches/20130913.maniphest.1.migratesearch.php @@ -148,6 +148,7 @@ foreach ($rows as $row) { case 'order': $map = array( 'priority' => 'priority', + 'updated' => 'updated', 'created' => 'created', 'title' => 'title', );