Feature: Implement custom fields for documents (#4502)

Adds custom fields of certain data types, attachable to documents and searchable
This commit is contained in:
Trenton H
2023-11-05 09:34:35 -08:00
committed by GitHub
parent 0def30210c
commit b863b15ec6
67 changed files with 3199 additions and 421 deletions

View File

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