fix: damaged sqlc query annotation

This commit is contained in:
2025-06-20 17:55:10 +03:00
parent b72645852b
commit c57b37e88f

View File

@@ -74,7 +74,7 @@ WHERE users.username = $1;
--: Login Information Object {{{
;-- name: CreateLoginInformation :on
;-- name: CreateLoginInformation :one
INSERT INTO login_informations(user_id, email, password_hash)
VALUES ( $1, $2, crypt(@password::text, gen_salt('bf')) ) RETURNING *;