mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2024-11-13 11:36:46 +01:00
2 lines
79 B
SQL
2 lines
79 B
SQL
-- name: get-password-hash
|
|
SELECT password_hash from staff WHERE username = $1; |