**How to reproduce?**
1. Take a December 2015 installation, upgrade database schema with `bin/storage upgrade`
2. Upgrade will complain PhabricatorProjectWorkboardProfilePanel doesn't exist anymore.
**Issues**
The file `resources/sql/autopatches/20160122.project.1.boarddefault.php` contains the following values:
| **Original variable** | **Value at rP9f56a014e2** | **Proposed new variable** |
| PhabricatorProjectWorkboardProfilePanel::PANELKEY | project.workboard | PhabricatorProject::ITEM_WORKBOARD
| PhabricatorProject::PANEL_WORKBOARD | project.workboard | PhabricatorProject::ITEM_WORKBOARD
| PhabricatorProfilePanelConfiguration::VISIBILITY_DEFAULT | default | PhabricatorProfileMenuItemConfiguration::VISIBILITY_DEFAULT |
Commit rP8480776cc is the one for the ProfilePanelConfiguration โ ProfileMenuItemConfiguration rename.