fix(backend): Align Report schema with DB model
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run
This commit is contained in:
parent
a75921d633
commit
bd71ea27d1
1 changed files with 2 additions and 2 deletions
|
|
@ -287,8 +287,8 @@ class PerformanceNicknameRead(PerformanceNicknameBase):
|
|||
|
||||
# --- Report Schemas ---
|
||||
class ReportBase(SQLModel):
|
||||
target_type: str
|
||||
target_id: int
|
||||
entity_type: str
|
||||
entity_id: int
|
||||
reason: str
|
||||
|
||||
class ReportCreate(ReportBase):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue