feat(settings): Add model AppSettings to migrate for history and notes

ref: #833 closes #834
This commit is contained in:
2025-06-16 12:55:47 +09:30
parent c264ab2cd4
commit cec4b39f5a

View File

@ -202,6 +202,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'ProjectType',
'history_model_name': 'ProjectTypeHistory',
'notes_model_name': 'ProjectTypeNotes'
},
{
'app_label': 'settings',
'model_name': 'AppSettings',
'history_model_name': 'AppSettingsHistory',
'notes_model_name': None
}
]