dc83990d28d0cb9e010f946a094a0ac8a4d8ea59
[websub-hub] / verification-attempts-increment.sql
1 --
2 UPDATE verification SET
3 next_attempt = strftime('%s', 'now') + :nextAttemptDelaySeconds,
4 attempts = attempts + 1
5 WHERE id = :verificationId
6