You've already forked agentic-coding-workflow
feat(config,workspace,user): jobs/notify config + workspace fetch repo + user ListAdmins
This commit is contained in:
@@ -36,3 +36,9 @@ DELETE FROM user_sessions WHERE token_hash = $1;
|
||||
|
||||
-- name: DeleteExpiredSessions :exec
|
||||
DELETE FROM user_sessions WHERE expires_at <= now();
|
||||
|
||||
-- name: ListAdmins :many
|
||||
SELECT id, email, password_hash, display_name, is_admin, created_at, updated_at
|
||||
FROM users
|
||||
WHERE is_admin = true
|
||||
ORDER BY id;
|
||||
|
||||
Reference in New Issue
Block a user