feat(core): add Manufacturer to history/notes migration
ref: #807 closes #796
This commit is contained in:
@ -53,6 +53,12 @@ def centurion_model_migrate(sender, **kwargs):
|
||||
'history_model_name': 'ConfigGroupsHistory',
|
||||
'notes_model_name': 'ConfigGroupNotes'
|
||||
},
|
||||
{
|
||||
'app_label': 'core',
|
||||
'model_name': 'Manufacturer',
|
||||
'history_model_name': 'ManufacturerHistory',
|
||||
'notes_model_name': 'ManufacturerNotes'
|
||||
},
|
||||
{
|
||||
'app_label': 'devops',
|
||||
'model_name': 'FeatureFlag',
|
||||
|
Reference in New Issue
Block a user