From a9cde74013cda85282c1444766ce3c78afbd0c59 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 13 Jun 2025 15:12:37 +0930 Subject: [PATCH] feat(itim): Add model Service to migrate for history and notes ref: #824 closes #828 --- app/core/signal/centurion_model_migrate.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/core/signal/centurion_model_migrate.py b/app/core/signal/centurion_model_migrate.py index afd18e12..85b79dc0 100644 --- a/app/core/signal/centurion_model_migrate.py +++ b/app/core/signal/centurion_model_migrate.py @@ -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' } ]