d617df27e79073950fe4a73d58aba123abf43cf6
[websub-hub] / verification-validate.sql
1 --
2 UPDATE verification SET
3 is_publisher_validated = true,
4 attempts = 0,
5 next_attempt = now()
6 WHERE id = $(verificationId)
7