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

ref: #807 closes #793
This commit is contained in:
2025-06-09 09:02:38 +09:30
parent b9701757e0
commit 6025750637

View File

@ -35,6 +35,12 @@ def centurion_model_migrate(sender, **kwargs):
'history_model_name': 'KnowledgeBaseCategoryHistory', 'history_model_name': 'KnowledgeBaseCategoryHistory',
'notes_model_name': 'KnowledgeCategoryBaseNotes' 'notes_model_name': 'KnowledgeCategoryBaseNotes'
}, },
{
'app_label': 'config_management',
'model_name': 'ConfigGroupHosts',
'history_model_name': 'ConfigGroupHostsHistory',
'notes_model_name': None
},
{ {
'app_label': 'devops', 'app_label': 'devops',
'model_name': 'FeatureFlag', 'model_name': 'FeatureFlag',