mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
346221648d
Summary: Ref T8746. See discussion there. We could try harder to fix this but I suspect the number of affected installs is exceedingly small since it's ~18 months old. Requiring reconfiguration of credentials seems reasonable-ish. Also fix a merge issue with Conpherence search. Test Plan: N/A Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T8746 Differential Revision: https://secure.phabricator.com/D13565
7 lines
355 B
PHP
7 lines
355 B
PHP
<?php
|
|
|
|
// This migration originally imported repository credentials from the old
|
|
// inline format into Passphrase after the application was introduced. After
|
|
// about 18 months, following the introduction of Spaces, it stopped running
|
|
// cleanly. Installs older than Nov 2013 will need to manually fix repository
|
|
// credentials after updating. See T8746.
|