Update index version to force reindex, note in release notes

This commit is contained in:
Michael Shamoon
2023-01-25 20:27:18 -08:00
parent 61d8a3c48b
commit d7c5217b8b
2 changed files with 4 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ django_checks() {
search_index() {
local -r index_version=1
local -r index_version=2
local -r index_version_file=${DATA_DIR}/.index_version
if [[ (! -f "${index_version_file}") || $(<"${index_version_file}") != "$index_version" ]]; then