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

ref: #824 closes #828
This commit is contained in:
2025-06-13 15:12:37 +09:30
parent 27f35e6fde
commit a9cde74013

View File

@ -172,6 +172,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'Port',
'history_model_name': 'PortHistory',
'notes_model_name': 'PortNotes'
},
{
'app_label': 'itim',
'model_name': 'Service',
'history_model_name': 'ServiceHistory',
'notes_model_name': 'ServiceNotes'
}
]