feat: modify fields for updation
This commit is contained in:
@ -24,9 +24,10 @@ ORDER BY created_at DESC;
|
||||
UPDATE api_services
|
||||
SET
|
||||
name = $2,
|
||||
redirect_uris = $3,
|
||||
scopes = $4,
|
||||
grant_types = $5,
|
||||
description = $3,
|
||||
redirect_uris = $4,
|
||||
scopes = $5,
|
||||
grant_types = $6,
|
||||
updated_at = NOW()
|
||||
WHERE client_id = $1
|
||||
RETURNING *;
|
||||
|
Reference in New Issue
Block a user