Support shared by me filter rule, rename is_shared property, add missing db migration

This commit is contained in:
shamoon
2023-12-09 10:52:06 -08:00
parent 491f0b9c87
commit 93806597b7
15 changed files with 193 additions and 10 deletions

View File

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