Add resource id and cc

This commit is contained in:
Owen
2025-10-21 21:42:53 -07:00
parent d392fb371e
commit 3662d42374
4 changed files with 85 additions and 39 deletions

View File

@@ -732,7 +732,6 @@ export const requestAuditLog = sqliteTable(
actorId: text("actorId"),
resourceId: integer("resourceId"),
ip: text("ip"),
type: text("type"),
location: text("location"),
userAgent: text("userAgent"),
metadata: text("details"),