feat: add boards and tasks management endpoints
This commit is contained in:
7
backend/app/models/tenancy.py
Normal file
7
backend/app/models/tenancy.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from sqlmodel import SQLModel
|
||||
|
||||
|
||||
class TenantScoped(SQLModel, table=False):
|
||||
pass
|
||||
Reference in New Issue
Block a user