feat(core): History Model migrations for Ticket Comment Category

ref: #605 #615
This commit is contained in:
2025-02-16 22:22:57 +09:30
parent f5d59c703d
commit 1de5c634d0
2 changed files with 30 additions and 0 deletions

View File

@ -1,5 +1,7 @@
from drf_spectacular.utils import extend_schema, extend_schema_view, OpenApiResponse
# THis import only exists so that the migrations can be created
from core.models.ticket.ticket_comment_category_history import TicketCommentCategoryHistory # pylint: disable=W0611:unused-import
from core.serializers.ticket_comment_category import (
TicketCommentCategory,
TicketCommentCategoryModelSerializer,