1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/resources/sql/patches/20131121.repocredentials.2.mig.php
epriestley 346221648d No-op the old repository credential migration
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
2015-07-07 11:52:26 -07:00

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.