1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-16 16:58:38 +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->getTableName(),
$panel_table->generatePHID(), $panel_table->generatePHID(),
$project->getPHID(), $project->getPHID(),
PhabricatorProjectWorkboardProfilePanel::PANELKEY, PhabricatorProjectWorkboardProfileMenuItem::MENUITEMKEY,
PhabricatorProject::PANEL_WORKBOARD, PhabricatorProject::ITEM_WORKBOARD,
PhabricatorProfilePanelConfiguration::VISIBILITY_DEFAULT, PhabricatorProfileMenuItemConfiguration::VISIBILITY_DEFAULT,
'{}', '{}',
2, 2,
PhabricatorTime::getNow(), PhabricatorTime::getNow(),