feat(devops): Add migration to signal

ref: #813 #811
This commit is contained in:
2025-06-10 08:53:19 +09:30
parent 18a4158f3e
commit 6193fe0418

View File

@ -100,6 +100,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'GitHubRepository',
'history_model_name': 'GitHubHistory',
'notes_model_name': 'GitHubRepositoryNotes'
},
{
'app_label': 'devops',
'model_name': 'GitLabRepository',
'history_model_name': 'GitlabHistory',
'notes_model_name': 'GitLabRepositoryNotes'
}
]