mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
719dd6d3f4
Summary: Ref T11741. See PHI1276. After the switch to "Ferret", this table has no remaining readers or writers. Test Plan: - Ran `bin/storage upgrade -f`, no warnings. - Grepped for class name, table name, `stemmedCorpus` column; got no relevant hits. - Did a fulltext search. Reviewers: amckinley Reviewed By: amckinley Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T11741 Differential Revision: https://secure.phabricator.com/D20549
7 lines
315 B
PHP
7 lines
315 B
PHP
<?php
|
|
|
|
// See T11741. Long ago, in T11922, we switched from "MyISAM FULLTEXT" to
|
|
// "InnoDB FULLTEXT". This migration prompted installs to rebuild the index.
|
|
|
|
// Later, in T12974, we switched from "InnoDB FULLTEXT" to "Ferret", mostly
|
|
// mooting this. The underlying tables and engines were later removed entirely.
|