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

ref:#817 #799
This commit is contained in:
2025-06-11 15:57:04 +09:30
parent 5d56837f1e
commit 5e12ea7a57

View File

@ -106,6 +106,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'GitLabRepository',
'history_model_name': 'GitlabHistory',
'notes_model_name': 'GitLabRepositoryNotes'
},
{
'app_label': 'itam',
'model_name': 'Device',
'history_model_name': 'DeviceHistory',
'notes_model_name': 'DeviceNotes'
}
]