feat(core): add TicketCommentCategory to history/notes migration

ref: #807 closes #798
This commit is contained in:
2025-06-09 09:57:46 +09:30
parent 32d296885d
commit 80c1915598

View File

@ -65,6 +65,12 @@ def centurion_model_migrate(sender, **kwargs):
'history_model_name': 'TicketCategoryHistory',
'notes_model_name': 'TicketCategoryNotes'
},
{
'app_label': 'core',
'model_name': 'TicketCommentCategory',
'history_model_name': 'TicketCommentCategoryHistory',
'notes_model_name': 'TicketCommentCategoryNotes'
},
{
'app_label': 'devops',
'model_name': 'FeatureFlag',