Initial release
[websub-hub] / src / db / postgres / sql / verification-update.sql
1 --
2 UPDATE verification SET
3 mode = $(mode),
4 reason = $(reason),
5 is_publisher_validated = $(isPublisherValidated)
6 WHERE id = $(verificationId)