From 9d2feacfabb7f26b7d1d5c0abfb485373b1ed9a6 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 13 Dec 2016 14:24:23 -0800 Subject: [PATCH] Rename a missed Profile -> MenuItem Summary: Didn't grep this good enough. Test Plan: `bin/storage upgrade -f --apply ..`, got a clean apply. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D17046 --- resources/sql/autopatches/20160122.project.1.boarddefault.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sql/autopatches/20160122.project.1.boarddefault.php b/resources/sql/autopatches/20160122.project.1.boarddefault.php index 8765184629..500c820827 100644 --- a/resources/sql/autopatches/20160122.project.1.boarddefault.php +++ b/resources/sql/autopatches/20160122.project.1.boarddefault.php @@ -7,7 +7,7 @@ $project_table = new PhabricatorProject(); $conn_w = $project_table->establishConnection('w'); -$panel_table = id(new PhabricatorProfilePanelConfiguration()); +$panel_table = id(new PhabricatorProfileMenuItemConfiguration()); $panel_conn = $panel_table->establishConnection('w'); foreach (new LiskMigrationIterator($project_table) as $project) {