first commit
Made-with: Cursor
This commit is contained in:
3
sqlc/queries/audit_logs.sql
Normal file
3
sqlc/queries/audit_logs.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- name: CreateAuditLog :exec
|
||||
INSERT INTO audit_logs (entity_type, entity_id, action, user_id)
|
||||
VALUES ($1, $2, $3, $4);
|
||||
Reference in New Issue
Block a user