feat(config_management): add ConfigGroups to history/notes migration

ref: #807 closes #795
This commit is contained in:
2025-06-09 09:12:40 +09:30
parent 0c147768ba
commit 48e20a366d

View File

@ -47,6 +47,12 @@ def centurion_model_migrate(sender, **kwargs):
'history_model_name': 'ConfigGroupSoftwareHistory',
'notes_model_name': None
},
{
'app_label': 'config_management',
'model_name': 'ConfigGroups',
'history_model_name': 'ConfigGroupsHistory',
'notes_model_name': 'ConfigGroupNotes'
},
{
'app_label': 'devops',
'model_name': 'FeatureFlag',