mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +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
1 line
63 B
SQL
1 line
63 B
SQL
DROP TABLE IF EXISTS {$NAMESPACE}_search.search_documentfield;
|