feat: cards, attributes and modules
This commit is contained in:
@@ -17,7 +17,7 @@ class StatusSchema(BaseStatusSchema):
|
||||
is_deleted: bool = False
|
||||
|
||||
|
||||
class DealStatusHistorySchema(BaseSchema):
|
||||
class CardStatusHistorySchema(BaseSchema):
|
||||
user: UserSchema
|
||||
changed_at: datetime
|
||||
from_status: StatusSchema
|
||||
|
||||
Reference in New Issue
Block a user