2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Adds a scheduled task to remove old notification entries from the database

This commit is contained in:
Oliver
2021-11-04 01:31:26 +11:00
parent 6c724556f1
commit 3a61d11f5a
4 changed files with 37 additions and 1 deletions

View File

@ -286,6 +286,7 @@ def content_excludes():
"users.owner",
"exchange.rate",
"exchange.exchangebackend",
"common.notificationentry",
]
output = ""