feat(core): add Manufacturer to history/notes migration

ref: #807 closes #796
This commit is contained in:
2025-06-09 09:29:02 +09:30
parent 5bc7daf202
commit f2de2dc4ab

View File

@ -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',