mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change default value for auto-backup setting (#4189)
This commit is contained in:
parent
b9b26307b1
commit
0ed2aa3a4d
@ -930,7 +930,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
||||
'name': _('Automatic Backup'),
|
||||
'description': _('Enable automatic backup of database and media files'),
|
||||
'validator': bool,
|
||||
'default': True,
|
||||
'default': False,
|
||||
},
|
||||
|
||||
'INVENTREE_DELETE_TASKS_DAYS': {
|
||||
|
Loading…
Reference in New Issue
Block a user