1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-09 16:32:39 +01:00

Fix 20160122.project.1.boarddefault.php database upgrade patch

Summary: Fixes T12031.

Test Plan: Upgraded a December 2015 Phabricator installation to current schema.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T12031

Differential Revision: https://secure.phabricator.com/D17094
This commit is contained in:
Sébastien Santoro 2016-12-19 12:52:46 -08:00 committed by epriestley
parent 5e6afa97bc
commit 178466b826

View file

@ -50,9 +50,9 @@ foreach (new LiskMigrationIterator($project_table) as $project) {
$panel_table->getTableName(),
$panel_table->generatePHID(),
$project->getPHID(),
PhabricatorProjectWorkboardProfilePanel::PANELKEY,
PhabricatorProject::PANEL_WORKBOARD,
PhabricatorProfilePanelConfiguration::VISIBILITY_DEFAULT,
PhabricatorProjectWorkboardProfileMenuItem::MENUITEMKEY,
PhabricatorProject::ITEM_WORKBOARD,
PhabricatorProfileMenuItemConfiguration::VISIBILITY_DEFAULT,
'{}',
2,
PhabricatorTime::getNow(),