update depedencies, changes to support updated authentication-module
[squeep-indie-auther] / src / db / postgres / sql / authentication-update-otp-key.sql
1 --
2 UPDATE authentication
3 SET otp_key = $(otpKey)
4 WHERE identifier = $(identifier)