feat(config_management): add ConfigGroupHosts to history/notes migration
ref: #807 closes #793
This commit is contained in:
@ -35,6 +35,12 @@ def centurion_model_migrate(sender, **kwargs):
|
||||
'history_model_name': 'KnowledgeBaseCategoryHistory',
|
||||
'notes_model_name': 'KnowledgeCategoryBaseNotes'
|
||||
},
|
||||
{
|
||||
'app_label': 'config_management',
|
||||
'model_name': 'ConfigGroupHosts',
|
||||
'history_model_name': 'ConfigGroupHostsHistory',
|
||||
'notes_model_name': None
|
||||
},
|
||||
{
|
||||
'app_label': 'devops',
|
||||
'model_name': 'FeatureFlag',
|
||||
|
Reference in New Issue
Block a user