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 ---
|
# --- Report Schemas ---
|
||||||
class ReportBase(SQLModel):
|
class ReportBase(SQLModel):
|
||||||
target_type: str
|
entity_type: str
|
||||||
target_id: int
|
entity_id: int
|
||||||
reason: str
|
reason: str
|
||||||
|
|
||||||
class ReportCreate(ReportBase):
|
class ReportCreate(ReportBase):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue