feat(itim): History Model migrations for Cluster

ref: #605 #625
This commit is contained in:
2025-02-16 23:53:56 +09:30
parent 18cbd71d28
commit 73d5ac6b10
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_history import ClusterHistory # pylint: disable=W0611:unused-import
from itim.serializers.cluster import (
Cluster,
ClusterModelSerializer,