mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-05-07 21:40:51 -05:00
Remove unused code
This commit is contained in:
@@ -16,9 +16,6 @@ INSERT INTO backend.organization_users (org_id, user_id, level) VALUES ($1, $2,
|
||||
-- name: InviteEmailToOrg :one
|
||||
INSERT INTO backend.organization_users (org_id, email, level) VALUES ($1, $2, 'invited') RETURNING *;
|
||||
|
||||
-- name: GetOrgInviteByID :one
|
||||
SELECT * FROM backend.organization_users WHERE id = $1;
|
||||
|
||||
-- name: LinkOrgInviteToUser :one
|
||||
UPDATE backend.organization_users
|
||||
SET user_id = $1, email = NULL, updated_at = NOW()
|
||||
|
||||
Reference in New Issue
Block a user