c9bf3032b7444413d92977ab6d6afad2728d7aaf
[websub-hub] / verification-attempt-increment.sql
1 --
2 UPDATE verification SET
3 next_attempt = (now() + $(nextAttemptDelaySeconds)::text::INTERVAL),
4 attempts = attempts + 1
5 WHERE id = $(verificationId)
6