How to reproduce?
- Take a December 2015 installation, upgrade database schema with bin/storage upgrade
- 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::PANEL_WORKBOARD | project.workboard | PhabricatorProject::ITEM_WORKBOARD |
PhabricatorProfilePanelConfiguration::VISIBILITY_DEFAULT | default | PhabricatorProfileMenuItemConfiguration::VISIBILITY_DEFAULT |
Commit rP8480776cc is the one for the ProfilePanelConfiguration → ProfileMenuItemConfiguration rename.