db migration 1.0.2, now stores and indexes date of content delivered to subscriber...
[websub-hub] / src / db / postgres / sql / verification-get-by-id.sql
1 --
2 SELECT *
3 FROM verification
4 WHERE id = $(verificationId)
5