feat: implement task dependencies with validation and update handling
This commit is contained in:
@@ -5,8 +5,8 @@ from uuid import UUID, uuid4
|
||||
|
||||
from sqlmodel import Field
|
||||
|
||||
from app.models.tenancy import TenantScoped
|
||||
from app.core.time import utcnow
|
||||
from app.models.tenancy import TenantScoped
|
||||
|
||||
|
||||
class Task(TenantScoped, table=True):
|
||||
|
||||
Reference in New Issue
Block a user