mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 05:28:34 +03:00
added database migrations + soft delete
This commit is contained in:
@@ -10,6 +10,7 @@ class TaskCreate(BaseModel):
|
||||
|
||||
class Task(TaskCreate):
|
||||
created_at: datetime
|
||||
deleted: bool
|
||||
|
||||
class Config:
|
||||
orm_mode = True
|
||||
Reference in New Issue
Block a user