experiment-service_controller_pattern #1

Merged
weirdcat merged 8 commits from experiment-service_controller_pattern into main 2025-06-20 17:57:12 +03:00
Showing only changes of commit c57b37e88f - Show all commits

View File

@@ -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 *;