Merge branch 'v1.3-dev' as v1.3.11
[websub-hub] / src / db / postgres / sql / verification-attempts.sql
1 --
2 SELECT attempts
3 FROM verification
4 WHERE id = $(verificationId)
5