feat(core): add TicketCommentCategory to history/notes migration
ref: #807 closes #798
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user