feat(itim): Add model Port to migrate for history and notes
ref: #824 closes #827
This commit is contained in:
@ -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'
|
||||
}
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user