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