You've already forked agentic-coding-workflow
feat(audit): recorder with pg implementation and ip parsing
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
-- name: Ping :one
|
||||
SELECT 1::int AS ok;
|
||||
-- name: InsertAuditLog :exec
|
||||
INSERT INTO audit_logs (user_id, action, target_type, target_id, ip, metadata)
|
||||
VALUES ($1, $2, $3, $4, $5, $6);
|
||||
|
||||
Reference in New Issue
Block a user