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

ref: #823 closes #821
This commit is contained in:
2025-06-12 12:26:45 +09:30
parent b491ba45e5
commit cb0d095eb7

View File

@ -142,6 +142,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'Software',
'history_model_name': 'SoftwareHistory',
'notes_model_name': 'SoftwareNotes'
},
{
'app_label': 'itam',
'model_name': 'SoftwareCategory',
'history_model_name': 'SoftwareCategoryHistory',
'notes_model_name': 'SoftwareCategoryNotes'
}
]