update dependencies, fixes to support new authentication features
[websub-hub] / src / db / sqlite / sql / authentication-update-credential.sql
1 UPDATE authentication
2 SET credential = :credential
3 WHERE identifier = :identifier