Increment the index version for Docker users

This commit is contained in:
Trenton H 2023-02-02 08:20:20 -08:00
parent 0f536a9b9a
commit faecd59432

View File

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