replace Id with ID

This commit is contained in:
2025-02-13 08:00:49 -06:00
parent f948a06b66
commit 32facb1767
19 changed files with 172 additions and 169 deletions

View File

@@ -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 = ?;