mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
changes to nature of both junction tag_models
This commit is contained in:
parent
8f3de19c6d
commit
90ce1e2ed1
|
@ -10,4 +10,4 @@ from .resource_model import Resource
|
|||
class ResourceTag(Resource, BaseModel):
|
||||
id: int | None = None
|
||||
resourceid: int | None = None
|
||||
tagid: Tag
|
||||
tagid: List[Tag]
|
||||
|
|
|
@ -16,4 +16,4 @@ from datetime import datetime
|
|||
class ServiceTag(Service, BaseModel):
|
||||
id: int | None = None
|
||||
serviceid: int | None = None
|
||||
tagId: Tag
|
||||
tagId: List[Tag]
|
||||
|
|
Loading…
Reference in New Issue
Block a user