feat(itam): Add DeviceModel for history and notes data migration

ref:#817 #800
This commit is contained in:
2025-06-11 15:57:26 +09:30
parent 5e12ea7a57
commit 69e6177700

View File

@ -112,6 +112,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'Device',
'history_model_name': 'DeviceHistory',
'notes_model_name': 'DeviceNotes'
},
{
'app_label': 'itam',
'model_name': 'DeviceModel',
'history_model_name': 'DeviceModelHistory',
'notes_model_name': 'DeviceModelNotes'
}
]