mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:03:39 +08: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