feat: auto activity logging on issue create/delete, fix schema db.add bug

This commit is contained in:
Zhi
2026-02-27 09:39:39 +00:00
parent a56faacc4c
commit 3cf2b1bc49
3 changed files with 23 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ from app.models import models
from app.schemas import schemas
from app.api.deps import get_current_user_or_apikey
from app.api.rbac import check_project_role
from app.services.activity import log_activity
router = APIRouter(prefix="/projects", tags=["Projects"])