mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Change default value for auto-backup setting (#4189)
This commit is contained in:
		| @@ -930,7 +930,7 @@ class InvenTreeSetting(BaseInvenTreeSetting): | |||||||
|             'name': _('Automatic Backup'), |             'name': _('Automatic Backup'), | ||||||
|             'description': _('Enable automatic backup of database and media files'), |             'description': _('Enable automatic backup of database and media files'), | ||||||
|             'validator': bool, |             'validator': bool, | ||||||
|             'default': True, |             'default': False, | ||||||
|         }, |         }, | ||||||
|  |  | ||||||
|         'INVENTREE_DELETE_TASKS_DAYS': { |         'INVENTREE_DELETE_TASKS_DAYS': { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user