update dependencies and devDependencies, address lint issues
[squeep-indie-auther] / src / db / sqlite / sql / authentication-update-otp-key.sql
1 --
2 UPDATE authentication
3 SET otp_key = :otpKey
4 WHERE identifier = :identifier