feat(itam): Add model OperatingSystem to migrate for history and notes
ref:#817 closes #818
This commit is contained in:
@ -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'
|
||||
}
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user