Skip to content

Commit c2934da

Browse files
committed
feat(itim): Add model Port to migrate for history and notes
ref: #824 closes #827
1 parent fcf6c4d commit c2934da

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/core/signal/centurion_model_migrate.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ def centurion_model_migrate(sender, **kwargs):
166166
'model_name': 'ClusterType',
167167
'history_model_name': 'ClusterTypeHistory',
168168
'notes_model_name': 'ClusterTypeNotes'
169+
},
170+
{
171+
'app_label': 'itim',
172+
'model_name': 'Port',
173+
'history_model_name': 'PortHistory',
174+
'notes_model_name': 'PortNotes'
169175
}
170176
]
171177

0 commit comments

Comments
 (0)