Access logs working

This commit is contained in:
Owen
2025-10-22 17:42:27 -07:00
parent 7f981f05fb
commit 0211f75cb6
28 changed files with 1003 additions and 79 deletions

View File

@@ -688,7 +688,7 @@ export const requestAuditLog = pgTable(
ip: text("ip"),
location: text("location"),
userAgent: text("userAgent"),
metadata: text("details"),
metadata: text("metadata"),
headers: text("headers"), // JSON blob
query: text("query"), // JSON blob
originalRequestURL: text("originalRequestURL"),