feat(itim): History Model migrations for Cluster Type

ref: #605 #627
This commit is contained in:
2025-02-16 23:56:56 +09:30
parent 6b10795b2d
commit 1c601f5ce1
2 changed files with 31 additions and 0 deletions

View File

@ -2,6 +2,8 @@ from drf_spectacular.utils import extend_schema, extend_schema_view, OpenApiResp
from api.viewsets.common import ModelViewSet
# This import only exists so that the migrations can be created
from itim.models.cluster_type_history import ClusterTypeHistory # pylint: disable=W0611:unused-import
from itim.serializers.cluster_type import (
ClusterType,
ClusterTypeModelSerializer,