feat(itam): Add DEvice for history and notes data migration
ref:#817 #799
This commit is contained in:
@ -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'
|
||||
}
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user