feat(itim): Add model Port to migrate for history and notes

ref: #824 closes #827
This commit is contained in:
2025-06-13 13:25:23 +09:30
parent 8fd243e691
commit b83a087081

View File

@ -166,6 +166,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'ClusterType',
'history_model_name': 'ClusterTypeHistory',
'notes_model_name': 'ClusterTypeNotes'
},
{
'app_label': 'itim',
'model_name': 'Port',
'history_model_name': 'PortHistory',
'notes_model_name': 'PortNotes'
}
]