feat(itam): Add model SoftwareVersion to migrate for history and notes

ref: #823 closes #822
This commit is contained in:
2025-06-12 12:50:43 +09:30
parent 234e85368a
commit 8c61c4e8a6

View File

@ -148,6 +148,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'SoftwareCategory',
'history_model_name': 'SoftwareCategoryHistory',
'notes_model_name': 'SoftwareCategoryNotes'
},
{
'app_label': 'itam',
'model_name': 'SoftwareVersion',
'history_model_name': 'SoftwareVersionHistory',
'notes_model_name': 'SoftwareVersionNotes'
}
]