cic-dw/queries/admin.sql

2 lines
79 B
MySQL
Raw Normal View History

-- name: get-password-hash
SELECT password_hash from staff WHERE username = $1;