@ -17,6 +17,18 @@ def centurion_model_migrate(sender, **kwargs):
|
||||
print('\n\nCenturion Model Migration Signal.....\n')
|
||||
|
||||
models: list[ dict ] = [
|
||||
{
|
||||
'app_label': 'assistance',
|
||||
'model_name': 'KnowledgeBase',
|
||||
'history_model_name': 'KnowledgeBaseHistory',
|
||||
'notes_model_name': 'KnowledgeBaseNotes'
|
||||
},
|
||||
{
|
||||
'app_label': 'assistance',
|
||||
'model_name': 'KnowledgeBaseCategory',
|
||||
'history_model_name': 'KnowledgeBaseCategoryHistory',
|
||||
'notes_model_name': 'KnowledgeCategoryBaseNotes'
|
||||
},
|
||||
{
|
||||
'app_label': 'devops',
|
||||
'model_name': 'FeatureFlag',
|
||||
|
Reference in New Issue
Block a user