replace Id with ID
This commit is contained in:
@@ -130,7 +130,7 @@ SELECT
|
||||
FROM user
|
||||
WHERE user.email = ? AND user.customer_id = ?;
|
||||
|
||||
-- name: GetSvgId :one
|
||||
-- name: GetSvgID :one
|
||||
SELECT svg
|
||||
FROM svg_icon
|
||||
WHERE id = ?;
|
||||
|
||||
Reference in New Issue
Block a user