We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53dc50 commit e1209b6Copy full SHA for e1209b6
rating_api/schemas/models.py
@@ -11,8 +11,6 @@
11
class CommentGet(Base):
12
uuid: UUID
13
user_id: int | None = None
14
- create_ts: datetime.datetime
15
- update_ts: datetime.datetime
16
17
class CommentGetWithStatus(Base):
18
0 commit comments