mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Bump search index version.
This commit is contained in:
parent
7c9fb95c15
commit
7a08e23b4b
@ -2,7 +2,7 @@
|
||||
require_dependency 'search'
|
||||
|
||||
class SearchIndexer
|
||||
INDEX_VERSION = 2
|
||||
INDEX_VERSION = 3
|
||||
REINDEX_VERSION = 0
|
||||
|
||||
def self.disable
|
||||
|
Loading…
Reference in New Issue
Block a user