Initial release
[websub-hub] / src / db / postgres / sql / verification-done.sql
1 --
2 DELETE FROM verification_in_progress
3 WHERE id = $(verificationId)