Merge branch 'v1.3-dev'
[websub-hub] / src / db / sqlite / sql / authentication-update-credential.sql
1 UPDATE authentication
2 SET credential = :credential
3 WHERE identifier = :identifier