feat(devops): Add Checkin to migrate model history/notes
ref: #807 #808
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user