@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Sébastien Santoro and committed by
epriestley
178466b8 5e6afa97

+3 -3
+3 -3
resources/sql/autopatches/20160122.project.1.boarddefault.php
··· 50 50 $panel_table->getTableName(), 51 51 $panel_table->generatePHID(), 52 52 $project->getPHID(), 53 - PhabricatorProjectWorkboardProfilePanel::PANELKEY, 54 - PhabricatorProject::PANEL_WORKBOARD, 55 - PhabricatorProfilePanelConfiguration::VISIBILITY_DEFAULT, 53 + PhabricatorProjectWorkboardProfileMenuItem::MENUITEMKEY, 54 + PhabricatorProject::ITEM_WORKBOARD, 55 + PhabricatorProfileMenuItemConfiguration::VISIBILITY_DEFAULT, 56 56 '{}', 57 57 2, 58 58 PhabricatorTime::getNow(),