mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
543a313387
Summary: During migration of very old installs, this script no longer runs properly since at HEAD it can't index against older schemas. Since it's pretty fluff, just toss it. Installs can run `bin/search index --type PROJ` after finishing migrations to achieve the same effect, if necessary. Test Plan: eyeballed it Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D8619
5 lines
225 B
PHP
5 lines
225 B
PHP
<?php
|
|
|
|
// This previously updated the PROJ index, but HEAD can no longer reindex
|
|
// old PROJ records properly (since fields have been added to various places)
|
|
// and this migration is 6 months old and optional. Just skip it.
|