fix: damaged sqlc query annotation
This commit is contained in:
@@ -74,7 +74,7 @@ WHERE users.username = $1;
|
|||||||
|
|
||||||
--: Login Information Object {{{
|
--: Login Information Object {{{
|
||||||
|
|
||||||
;-- name: CreateLoginInformation :on
|
;-- name: CreateLoginInformation :one
|
||||||
INSERT INTO login_informations(user_id, email, password_hash)
|
INSERT INTO login_informations(user_id, email, password_hash)
|
||||||
VALUES ( $1, $2, crypt(@password::text, gen_salt('bf')) ) RETURNING *;
|
VALUES ( $1, $2, crypt(@password::text, gen_salt('bf')) ) RETURNING *;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user