feat(itam): Add model OperatingSystem to migrate for history and notes

ref:#817 closes #818
This commit is contained in:
2025-06-11 20:12:04 +09:30
parent 434992323f
commit 175ab02a7d

View File

@ -124,6 +124,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'DeviceType',
'history_model_name': 'DeviceTypeHistory',
'notes_model_name': 'DeviceTypeNotes'
},
{
'app_label': 'itam',
'model_name': 'OperatingSystem',
'history_model_name': 'OperatingSystemHistory',
'notes_model_name': 'OperatingSystemNotes'
}
]