From 5e274778d1be75d1a1903a428831f0c14be1514b Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 13 Sep 2013 12:00:50 -0700 Subject: [PATCH] Restore one missing "order" value to the saved query migration script Summary: Caught this when migrating my queries in production. Auditors: btrahan --- resources/sql/patches/20130913.maniphest.1.migratesearch.php | 1 + 1 file changed, 1 insertion(+) 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', );