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:
parent
5e6afa97bc
commit
178466b826
1 changed files with 3 additions and 3 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue