bump package version to 1.3.12
[websub-hub] / src / db / postgres / sql / authentication-update-credential.sql
1 UPDATE authentication
2 SET credential = $(credential)
3 WHERE identifier = $(identifier)