mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Enhancement: prune audit logs and management command (#8416)
This commit is contained in:
parent
51c339d1b7
commit
7d182ab894
5 changed files with 73 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ for command in decrypt_documents \
|
|||
document_sanity_checker \
|
||||
document_fuzzy_match \
|
||||
manage_superuser \
|
||||
convert_mariadb_uuid;
|
||||
convert_mariadb_uuid \
|
||||
prune_audit_logs;
|
||||
do
|
||||
echo "installing $command..."
|
||||
sed "s/management_command/$command/g" management_script.sh > /usr/local/bin/$command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue