refactor(itim): Update URL route name for ClusterType model

ref: #824 closes #826 #580
This commit is contained in:
2025-06-13 12:56:18 +09:30
parent 8452e678da
commit 6163b4ad2d
8 changed files with 13 additions and 7 deletions

View File

@ -160,6 +160,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'Cluster',
'history_model_name': 'ClusterHistory',
'notes_model_name': 'ClusterNotes'
},
{
'app_label': 'itim',
'model_name': 'ClusterType',
'history_model_name': 'ClusterTypeHistory',
'notes_model_name': 'ClusterTypeNotes'
}
]