feat(config_management): add ConfigGroups to history/notes migration
ref: #807 closes #795
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user