mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Enable HISTORY_SAVE_CHANGED_DATA and HISTORY_SAVE_REMOVED_DATA by default
This commit is contained in:
parent
209c493732
commit
a8fe635cf5
1 changed files with 2 additions and 2 deletions
4
.env
4
.env
|
@ -56,9 +56,9 @@ ALLOW_EMAIL_PW_RESET=0
|
|||
# Save which fields were changed in a ElementEdited log entry
|
||||
HISTORY_SAVE_CHANGED_FIELDS=1
|
||||
# Save the old data in the ElementEdited log entry (warning this could increase the database size in short time)
|
||||
HISTORY_SAVE_CHANGED_DATA=0
|
||||
HISTORY_SAVE_CHANGED_DATA=1
|
||||
# Save the data of an element that gets removed into log entry. This allows to undelete an element
|
||||
HISTORY_SAVE_REMOVED_DATA=0
|
||||
HISTORY_SAVE_REMOVED_DATA=1
|
||||
|
||||
###################################################################################
|
||||
# Error pages settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue