feat: harden production data and backups
CI / backend-and-migrations (push) Canceled after 0s
CI / astro-build (push) Canceled after 0s
CI / compose-e2e (push) Canceled after 0s

This commit is contained in:
ik
2026-09-06 14:08:07 +07:00
parent a4bd395856
commit 870d9cc7f9
17 changed files with 215 additions and 36 deletions
+4
View File
@@ -137,6 +137,10 @@ class CatchReportCreated(BaseModel):
moderation_status: str
class CatchReportAccepted(CatchReportCreated):
screenshot_upload_token: str
class AdminCatchReportOut(BaseModel):
id: UUID
fish: str