Page MenuHomePhabricator

No-op old search indexing migrations which no longer run and have been obsoleted by upgrade "activities"
ClosedPublic

Authored by epriestley on Mar 2 2019, 2:08 PM.
Tags
None
Referenced Files
F15382886: D20243.diff
Fri, Mar 14, 2:49 PM
F15382389: D20243.diff
Fri, Mar 14, 12:07 PM
Unknown Object (File)
Mon, Feb 24, 2:32 AM
Unknown Object (File)
Fri, Feb 21, 9:55 PM
Unknown Object (File)
Feb 14 2025, 7:05 AM
Unknown Object (File)
Feb 14 2025, 7:05 AM
Unknown Object (File)
Feb 14 2025, 7:05 AM
Unknown Object (File)
Feb 14 2025, 7:05 AM
Subscribers
Restricted Owners Package

Details

Summary

See T13253. After D20200 (which changed the task schema) these migrations no longer run, since the PHP code will expect a column to exist that won't exist until a 20190220. migration runs.

We don't need these migrations, since anyone upgrading through September 2017 gets a "rebuild search indexes" activity anyway (see T11932). Just no-op them.

Test Plan

Grepped for queueDocumentForIndexing() in autopatches/, removed all of it.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable