Differential D21540 Diff 51272 src/infrastructure/storage/management/workflow/PhabricatorStorageManagementWorkflow.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/storage/management/workflow/PhabricatorStorageManagementWorkflow.php
| Show First 20 Lines • Show All 150 Lines • ▼ Show 20 Lines | try { | ||||
| throw $ex; | throw $ex; | ||||
| } | } | ||||
| $lock->unlock(); | $lock->unlock(); | ||||
| return $err; | return $err; | ||||
| } | } | ||||
| final private function doAdjustSchemata( | private function doAdjustSchemata( | ||||
| PhabricatorStorageManagementAPI $api, | PhabricatorStorageManagementAPI $api, | ||||
| $unsafe) { | $unsafe) { | ||||
| $console = PhutilConsole::getConsole(); | $console = PhutilConsole::getConsole(); | ||||
| $console->writeOut( | $console->writeOut( | ||||
| "%s\n", | "%s\n", | ||||
| pht( | pht( | ||||
| ▲ Show 20 Lines • Show All 740 Lines • ▼ Show 20 Lines | try { | ||||
| throw $ex; | throw $ex; | ||||
| } | } | ||||
| foreach ($locks as $lock) { | foreach ($locks as $lock) { | ||||
| $lock->unlock(); | $lock->unlock(); | ||||
| } | } | ||||
| } | } | ||||
| final private function doUpgradeSchemata( | private function doUpgradeSchemata( | ||||
| array $apis, | array $apis, | ||||
| $apply_only, | $apply_only, | ||||
| $no_quickstart, | $no_quickstart, | ||||
| $init_only) { | $init_only) { | ||||
| $patches = $this->patches; | $patches = $this->patches; | ||||
| $is_dryrun = $this->dryRun; | $is_dryrun = $this->dryRun; | ||||
| ▲ Show 20 Lines • Show All 363 Lines • Show Last 20 Lines | |||||