mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Feature: Implement custom fields for documents (#4502)
Adds custom fields of certain data types, attachable to documents and searchable Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
parent
800f54f263
commit
10729f0362
67 changed files with 3199 additions and 421 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue