mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
6703fec3e2
Summary: Ref T13587. D21495 has significant changes to the ngram indexer, which might possibly contain bugs. Make it easier to reindex a subset of documents (based on the date when the index was built, and/or the software version which generated the index). This is in addition to the existing versioning, which is focused on object versions. Test Plan: Ran `bin/search index` with various old and new arguments. Spot-checked the `IndexVersion` table. Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T13587 Differential Revision: https://secure.phabricator.com/D21560
2 lines
92 B
SQL
2 lines
92 B
SQL
ALTER TABLE {$NAMESPACE}_search.search_indexversion
|
|
ADD indexVersion BINARY(12) NOT NULL;
|