feat(devops): Add Checkin to migrate model history/notes

ref: #807 #808
This commit is contained in:
2025-06-09 11:06:49 +09:30
parent d43a1bc213
commit 2da0fe4e3c

View File

@ -71,6 +71,12 @@ def centurion_model_migrate(sender, **kwargs):
'history_model_name': 'TicketCommentCategoryHistory',
'notes_model_name': 'TicketCommentCategoryNotes'
},
{
'app_label': 'devops',
'model_name': 'CheckIn',
'history_model_name': None,
'notes_model_name': None
},
{
'app_label': 'devops',
'model_name': 'FeatureFlag',