feat(project_management): Add model ProjectType to migrate for history and notes

ref: #833 closes #832
This commit is contained in:
2025-06-14 14:31:14 +09:30
parent f62fa6d166
commit 3667ed76d3

View File

@ -196,6 +196,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'ProjectState',
'history_model_name': 'ProjectStateHistory',
'notes_model_name': 'ProjectStateNotes'
},
{
'app_label': 'project_management',
'model_name': 'ProjectType',
'history_model_name': 'ProjectTypeHistory',
'notes_model_name': 'ProjectTypeNotes'
}
]