Enable HISTORY_SAVE_CHANGED_DATA and HISTORY_SAVE_REMOVED_DATA by default

This commit is contained in:
Jan Böhmer 2023-02-04 23:53:07 +01:00
parent 209c493732
commit a8fe635cf5

4
.env
View file

@ -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